Html Css Color HEX #55CB72 Emerald

📋 copy color: '#55CB72'

red 85 ◦ green 203 ◦ blue 114

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

Shades of Emerald #55CB72

Tints of Emerald #55CB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.36%

R = 21.14%
G = 50.5%
B = 28.36%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#55CB72 (or 0x55CB72) is known color: Emerald. HEX triplet: 55, CB and 72. RGB value is (85,203,114). Sum of RGB (Red+Green+Blue) = 85+203+114=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CB72 is #AA348D. Grayscale: #9D9D9D. Windows color (decimal): -11154574 or 7523157. OLE color: 7523157.

HSL color Cylindrical-coordinate representation of color #55CB72: hue angle of 134.75º 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 #55CB72 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 203 114 -
CMYK 0.58 0 0.44 0.20
HSL 134.75º 0.53% 0.56% -
HSV(B) 134.75º 0.58% 0.8% -
XYZ 28.14 45.86 23.29 -
YUV 157.57 103.41 76.24 -
System Red Green Blue C M Y K H S L
Decimal 85 203 114 0.58 0 0.44 0.20 134.75 0.53 0.56
Hex 55 CB 72 3A 0 2C 14 87 35 38
Octal 125 313 162 72 0 54 24 207 65 70
Binary 1010101 11001011 1110010 111010 0 101100 10100 10000111 110101 111000

Color Harmonies of #55CB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CB72

Black with #55CB72

Text Example


Text Example

White with #55CB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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