Html Css Color HEX #55CF88 Emerald

📋 copy color: '#55CF88'

red 85 ◦ green 207 ◦ blue 136

#55CF88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #55CF88

Tints of Emerald #55CF88

RGB

 RED value IS 85 (33.59% from 255) = 19.86%

 GREEN value IS 207 (81.25% from 255) = 48.36%

 BLUE value IS 136 (53.52% from 255) = 31.78%

R = 19.86%
G = 48.36%
B = 31.78%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.34

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#55CF88 (or 0x55CF88) is known color: Emerald. HEX triplet: 55, CF and 88. RGB value is (85,207,136). Sum of RGB (Red+Green+Blue) = 85+207+136=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CF88 is #AA3077. Grayscale: #A2A2A2. Windows color (decimal): -11153528 or 8965973. OLE color: 8965973.

HSL color Cylindrical-coordinate representation of color #55CF88: hue angle of 145.08º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CF88 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 207 136 -
CMYK 0.59 0 0.34 0.19
HSL 145.08º 0.56% 0.57% -
HSV(B) 145.08º 0.59% 0.81% -
XYZ 30.5 48.33 31.01 -
YUV 162.43 113.08 72.77 -
System Red Green Blue C M Y K H S L
Decimal 85 207 136 0.59 0 0.34 0.19 145.08 0.56 0.57
Hex 55 CF 88 3B 0 22 13 91 38 39
Octal 125 317 210 73 0 42 23 221 70 71
Binary 1010101 11001111 10001000 111011 0 100010 10011 10010001 111000 111001

Color Harmonies of #55CF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CF88

Black with #55CF88

Text Example


Text Example

White with #55CF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55CF88; }

 p { color: rgb(85,207,136); }

 H1.HeaderClassName
 {
   color: #55CF88;
 }
 .AnyTagClassName
 {
   color: #55CF88;
 }
</style>

background-color css

<style>
 a { background-color: #55CF88; }

 a { background-color: rgb(85,207,136); }

 div.DivClassName
 {
   background-color: #55CF88;
 }
 .BgClassName
 {
   background-color: #55CF88;
 }
</style>

border-color css

<style>
 span { border-color: #55CF88; }

 span { border-color: rgb(85,207,136); }

 td.TdClassName
 {
   border-color: #55CF88;
 }
 .TagClassName
 {
   border-color: #55CF88;
 }
</style>