Html Css Color HEX #55D564 Emerald

📋 copy color: '#55D564'

red 85 ◦ green 213 ◦ blue 100

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

Shades of Emerald #55D564

Tints of Emerald #55D564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.13%

R = 21.36%
G = 53.52%
B = 25.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#55D564 (or 0x55D564) is known color: Emerald. HEX triplet: 55, D5 and 64. RGB value is (85,213,100). Sum of RGB (Red+Green+Blue) = 85+213+100=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 213 (83.59% from 255 or 53.52% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 213 - color contains mainly: green. Hex color #55D564 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D564 is #AA2A9B. Grayscale: #A2A2A2. Windows color (decimal): -11152028 or 6608213. OLE color: 6608213.

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

Color convert

RGB 85 213 100 -
CMYK 0.60 0 0.53 0.16
HSL 127.03º 0.6% 0.58% -
HSV(B) 127.03º 0.6% 0.84% -
XYZ 29.84 50.44 20.22 -
YUV 161.85 93.09 73.19 -
System Red Green Blue C M Y K H S L
Decimal 85 213 100 0.60 0 0.53 0.16 127.03 0.6 0.58
Hex 55 D5 64 3C 0 35 10 7F 3C 3A
Octal 125 325 144 74 0 65 20 177 74 72
Binary 1010101 11010101 1100100 111100 0 110101 10000 1111111 111100 111010

Color Harmonies of #55D564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D564

Black with #55D564

Text Example


Text Example

White with #55D564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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