Html Css Color HEX #55CB78 Emerald

📋 copy color: '#55CB78'

red 85 ◦ green 203 ◦ blue 120

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

Shades of Emerald #55CB78

Tints of Emerald #55CB78

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.75%

 BLUE value IS 120 (47.27% from 255) = 29.41%

R = 20.83%
G = 49.75%
B = 29.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#55CB78 (or 0x55CB78) is known color: Emerald. HEX triplet: 55, CB and 78. RGB value is (85,203,120). Sum of RGB (Red+Green+Blue) = 85+203+120=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CB78 is #AA3487. Grayscale: #9E9E9E. Windows color (decimal): -11154568 or 7916373. OLE color: 7916373.

HSL color Cylindrical-coordinate representation of color #55CB78: hue angle of 137.8º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CB78 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 203 120 -
CMYK 0.58 0 0.41 0.20
HSL 137.8º 0.53% 0.56% -
HSV(B) 137.8º 0.58% 0.8% -
XYZ 28.49 46 25.15 -
YUV 158.26 106.41 75.75 -
System Red Green Blue C M Y K H S L
Decimal 85 203 120 0.58 0 0.41 0.20 137.8 0.53 0.56
Hex 55 CB 78 3A 0 29 14 8A 35 38
Octal 125 313 170 72 0 51 24 212 65 70
Binary 1010101 11001011 1111000 111010 0 101001 10100 10001010 110101 111000

Color Harmonies of #55CB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CB78

Black with #55CB78

Text Example


Text Example

White with #55CB78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,203,120); }

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

background-color css

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

 a { background-color: rgb(85,203,120); }

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

border-color css

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

 span { border-color: rgb(85,203,120); }

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