COLOR #88CA57

HEX: #88CA57
RGB: (136,202,87)

Renk bilgisi

#88CA57 contains mainly green color. #88CA57 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#88CA57 color RGB value is (136,202,87).

  • kırmız ton 136;
  • yeşil ton 202;
  • mavi ton 87.
RGB:
(136,202,87)
(53%,79%,34%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 202 of 255 = 79%
B 87 of 255 = 34%

136
202
87

R + G + B ~ 55%. #88CA57 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 202 + 87 = 425 (100%)
R 136 of 425 ~ 32%
G 202 of 425 ~ 47.53%
B 87 of 425 ~ 20.47%

%32
%47.53
%20.47

CMYK RENK MODELİ

#88CA57 rengi CMYK tonu (33,0,57,21).

  • camgöbeği tonu 32.67%
  • eflatun tonu 0.00%
  • sarı tonu 56.93%
  • ana renk tonu 20.78%
CMYK:
(33,0,57,21)
C33M0Y57K21 
(33%,0%,57%,21%)
(0.33/0.00/0.57/0.21)	

CMYK yüzdeleri

%32.67
%0
%56.93
%20.78

Codes

Color #88CA57 in popluar color models

88CA57
RGB13620287
HSL94°52.04%56.67%
HSB/HSV94°56.93%79.22%
CMYK32.67%0.00%56.93%
20.78%

Color #88CA57 in popluar number systems.

HEX88CA57
Decimal13620287
Binary10001000110010101010111
Octal210312127

Shades and tints

Shades of #88CA57

#88CA57
(136,202,87)
#7CB850
(124,184,80)
#70A649
(112,166,73)
#649442
(100,148,66)
#58823B
(88,130,59)
#4C7034
(76,112,52)
#405E2D
(64,94,45)
#344C26
(52,76,38)
#283A1F
(40,58,31)
#1C2818
(28,40,24)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #88CA57

#88CA57
(136,202,87)
#92CE66
(146,206,102)
#9CD275
(156,210,117)
#A6D684
(166,214,132)
#B0DA93
(176,218,147)
#BADEA2
(186,222,162)
#C4E2B1
(196,226,177)
#CEE6C0
(206,230,192)
#D8EACF
(216,234,207)
#E2EEDE
(226,238,222)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88CA57 color. Also use rgb(136,202,87) instead hex code.

Text Font Color

.myTextColor { color: #88CA57; }

<p style="color:#88CA57">This sample text font color is #88CA57.</p>

This text font color is #88CA57.


Background Color

.myBgColor { background-color: #88CA57; }

<div style="background-color:#88CA57">Inner text</div>

This div background color is #88CA57.


Border color

.myBorderColor { border: 1px solid #88CA57; }

<div style="border:3px solid #88CA57">Div</div>

This div border color is #88CA57.


Opacity

.myOpacity80 { color: #88CA57; opacity: 0.8; }

<p style="color:#88CA57;opacity:0.8;">80%</p>

Text with #88CA57 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #88CA57;}

<p style="text-shadow: 3px 3px 1px #88CA57">Text here.</p>

This text has shadow with #88CA57 color.

.textShadow {text-shadow: 3px 3px 1px #88CA57, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #88CA57, 5px 5px 20px red">Text here.</p>

This text has shadow with #88CA57 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88CA57, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#88CA57, Direction=45, Strength=4)">Text</p>

This text has shadow with #88CA57 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #88CA57;
  -webkit-box-shadow:	1px 1px 3px 2px #88CA57;
  box-shadow:		1px 1px 3px 2px #88CA57;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88CA57;
-webkit-box-shadow: 1px 1px 3px 2px #88CA57;
box-shadow:1px 1px 3px 2px #88CA57;">
Div content here</div>
This div box has shadow with color #88CA57.

Preview

Color preview on black background

This text has color #88CA57 on black background.


Color preview on white background

This text has color #88CA57 on white background.



Black color preview on #88CA57 background

This text has black color on #88CA57 background.


White color preview on #88CA57 background

This text has white color on #88CA57 background.