Html Css Color HEX #55D561 Emerald

📋 copy color: '#55D561'

red 85 ◦ green 213 ◦ blue 97

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

Shades of Emerald #55D561

Tints of Emerald #55D561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.56%

R = 21.52%
G = 53.92%
B = 24.56%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#55D561 (or 0x55D561) is known color: Emerald. HEX triplet: 55, D5 and 61. RGB value is (85,213,97). Sum of RGB (Red+Green+Blue) = 85+213+97=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 213 (83.59% from 255 or 53.92% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 213 - color contains mainly: green. Hex color #55D561 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D561 is #AA2A9E. Grayscale: #A1A1A1. Windows color (decimal): -11152031 or 6411605. OLE color: 6411605.

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

Color convert

RGB 85 213 97 -
CMYK 0.60 0 0.54 0.16
HSL 125.63º 0.6% 0.58% -
HSV(B) 125.63º 0.6% 0.84% -
XYZ 29.7 50.38 19.47 -
YUV 161.5 91.59 73.43 -
System Red Green Blue C M Y K H S L
Decimal 85 213 97 0.60 0 0.54 0.16 125.63 0.6 0.58
Hex 55 D5 61 3C 0 36 10 7E 3C 3A
Octal 125 325 141 74 0 66 20 176 74 72
Binary 1010101 11010101 1100001 111100 0 110110 10000 1111110 111100 111010

Color Harmonies of #55D561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D561

Black with #55D561

Text Example


Text Example

White with #55D561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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