Html Css Color HEX #55D58A Emerald

📋 copy color: '#55D58A'

red 85 ◦ green 213 ◦ blue 138

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

Shades of Emerald #55D58A

Tints of Emerald #55D58A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.85%

 BLUE value IS 138 (54.3% from 255) = 31.65%

R = 19.5%
G = 48.85%
B = 31.65%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#55D58A (or 0x55D58A) is known color: Emerald. HEX triplet: 55, D5 and 8A. RGB value is (85,213,138). Sum of RGB (Red+Green+Blue) = 85+213+138=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #55D58A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D58A is #AA2A75. Grayscale: #A6A6A6. Windows color (decimal): -11151990 or 9098581. OLE color: 9098581.

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

Color convert

RGB 85 213 138 -
CMYK 0.60 0 0.35 0.16
HSL 144.84º 0.6% 0.58% -
HSV(B) 144.84º 0.6% 0.84% -
XYZ 32.13 51.35 32.26 -
YUV 166.18 112.09 70.1 -
System Red Green Blue C M Y K H S L
Decimal 85 213 138 0.60 0 0.35 0.16 144.84 0.6 0.58
Hex 55 D5 8A 3C 0 23 10 91 3C 3A
Octal 125 325 212 74 0 43 20 221 74 72
Binary 1010101 11010101 10001010 111100 0 100011 10000 10010001 111100 111010

Color Harmonies of #55D58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D58A

Black with #55D58A

Text Example


Text Example

White with #55D58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,213,138); }

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

background-color css

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

 a { background-color: rgb(85,213,138); }

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

border-color css

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

 span { border-color: rgb(85,213,138); }

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