Html Css Color HEX #55D277 Emerald

📋 copy color: '#55D277'

red 85 ◦ green 210 ◦ blue 119

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

Shades of Emerald #55D277

Tints of Emerald #55D277

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.72%

 BLUE value IS 119 (46.88% from 255) = 28.74%

R = 20.53%
G = 50.72%
B = 28.74%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#55D277 (or 0x55D277) is known color: Emerald. HEX triplet: 55, D2 and 77. RGB value is (85,210,119). Sum of RGB (Red+Green+Blue) = 85+210+119=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #55D277 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D277 is #AA2D88. Grayscale: #A2A2A2. Windows color (decimal): -11152777 or 7852629. OLE color: 7852629.

HSL color Cylindrical-coordinate representation of color #55D277: hue angle of 136.32º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D277 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 210 119 -
CMYK 0.60 0 0.43 0.18
HSL 136.32º 0.58% 0.58% -
HSV(B) 136.32º 0.6% 0.82% -
XYZ 30.12 49.36 25.39 -
YUV 162.25 103.59 72.9 -
System Red Green Blue C M Y K H S L
Decimal 85 210 119 0.60 0 0.43 0.18 136.32 0.58 0.58
Hex 55 D2 77 3C 0 2B 12 88 3A 3A
Octal 125 322 167 74 0 53 22 210 72 72
Binary 1010101 11010010 1110111 111100 0 101011 10010 10001000 111010 111010

Color Harmonies of #55D277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D277

Black with #55D277

Text Example


Text Example

White with #55D277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,210,119); }

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

background-color css

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

 a { background-color: rgb(85,210,119); }

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

border-color css

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

 span { border-color: rgb(85,210,119); }

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