Html Css Color HEX #55D16A Emerald

📋 copy color: '#55D16A'

red 85 ◦ green 209 ◦ blue 106

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

Shades of Emerald #55D16A

Tints of Emerald #55D16A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.25%

 BLUE value IS 106 (41.8% from 255) = 26.5%

R = 21.25%
G = 52.25%
B = 26.5%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#55D16A (or 0x55D16A) is known color: Emerald. HEX triplet: 55, D1 and 6A. RGB value is (85,209,106). Sum of RGB (Red+Green+Blue) = 85+209+106=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 209 (82.03% from 255 or 52.25% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 209 - color contains mainly: green. Hex color #55D16A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D16A is #AA2E95. Grayscale: #A0A0A0. Windows color (decimal): -11153046 or 7000405. OLE color: 7000405.

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

Color convert

RGB 85 209 106 -
CMYK 0.59 0 0.49 0.18
HSL 130.16º 0.57% 0.58% -
HSV(B) 130.16º 0.59% 0.82% -
XYZ 29.15 48.57 21.47 -
YUV 160.18 97.42 74.38 -
System Red Green Blue C M Y K H S L
Decimal 85 209 106 0.59 0 0.49 0.18 130.16 0.57 0.58
Hex 55 D1 6A 3B 0 31 12 82 39 3A
Octal 125 321 152 73 0 61 22 202 71 72
Binary 1010101 11010001 1101010 111011 0 110001 10010 10000010 111001 111010

Color Harmonies of #55D16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D16A

Black with #55D16A

Text Example


Text Example

White with #55D16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,209,106); }

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

background-color css

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

 a { background-color: rgb(85,209,106); }

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

border-color css

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

 span { border-color: rgb(85,209,106); }

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