Html Css Color HEX #55D26E Emerald

📋 copy color: '#55D26E'

red 85 ◦ green 210 ◦ blue 110

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

Shades of Emerald #55D26E

Tints of Emerald #55D26E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.16%

R = 20.99%
G = 51.85%
B = 27.16%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#55D26E (or 0x55D26E) is known color: Emerald. HEX triplet: 55, D2 and 6E. RGB value is (85,210,110). Sum of RGB (Red+Green+Blue) = 85+210+110=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 210 (82.42% from 255 or 51.85% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 210 - color contains mainly: green. Hex color #55D26E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D26E is #AA2D91. Grayscale: #A1A1A1. Windows color (decimal): -11152786 or 7262805. OLE color: 7262805.

HSL color Cylindrical-coordinate representation of color #55D26E: hue angle of 132º 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 #55D26E is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 210 110 -
CMYK 0.60 0 0.48 0.18
HSL 132º 0.58% 0.58% -
HSV(B) 132º 0.6% 0.82% -
XYZ 29.61 49.15 22.68 -
YUV 161.23 99.09 73.63 -
System Red Green Blue C M Y K H S L
Decimal 85 210 110 0.60 0 0.48 0.18 132 0.58 0.58
Hex 55 D2 6E 3C 0 30 12 84 3A 3A
Octal 125 322 156 74 0 60 22 204 72 72
Binary 1010101 11010010 1101110 111100 0 110000 10010 10000100 111010 111010

Color Harmonies of #55D26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D26E

Black with #55D26E

Text Example


Text Example

White with #55D26E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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