Html Css Color HEX #55D27A Emerald

📋 copy color: '#55D27A'

red 85 ◦ green 210 ◦ blue 122

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

Shades of Emerald #55D27A

Tints of Emerald #55D27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.26%

R = 20.38%
G = 50.36%
B = 29.26%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#55D27A (or 0x55D27A) is known color: Emerald. HEX triplet: 55, D2 and 7A. RGB value is (85,210,122). Sum of RGB (Red+Green+Blue) = 85+210+122=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #55D27A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D27A is #AA2D85. Grayscale: #A2A2A2. Windows color (decimal): -11152774 or 8049237. OLE color: 8049237.

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

Color convert

RGB 85 210 122 -
CMYK 0.60 0 0.42 0.18
HSL 137.76º 0.58% 0.58% -
HSV(B) 137.76º 0.6% 0.82% -
XYZ 30.31 49.43 26.36 -
YUV 162.59 105.09 72.66 -
System Red Green Blue C M Y K H S L
Decimal 85 210 122 0.60 0 0.42 0.18 137.76 0.58 0.58
Hex 55 D2 7A 3C 0 2A 12 8A 3A 3A
Octal 125 322 172 74 0 52 22 212 72 72
Binary 1010101 11010010 1111010 111100 0 101010 10010 10001010 111010 111010

Color Harmonies of #55D27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D27A

Black with #55D27A

Text Example


Text Example

White with #55D27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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