Html Css Color HEX #55D960 Emerald

📋 copy color: '#55D960'

red 85 ◦ green 217 ◦ blue 96

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

Shades of Emerald #55D960

Tints of Emerald #55D960

RGB

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

 GREEN value IS 217 (85.16% from 255) = 54.52%

 BLUE value IS 96 (37.89% from 255) = 24.12%

R = 21.36%
G = 54.52%
B = 24.12%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#55D960 (or 0x55D960) is known color: Emerald. HEX triplet: 55, D9 and 60. RGB value is (85,217,96). Sum of RGB (Red+Green+Blue) = 85+217+96=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 217 (85.16% from 255 or 54.52% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 217 - color contains mainly: green. Hex color #55D960 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D960 is #AA269F. Grayscale: #A4A4A4. Windows color (decimal): -11151008 or 6347093. OLE color: 6347093.

HSL color Cylindrical-coordinate representation of color #55D960: hue angle of 125º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D960 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 217 96 -
CMYK 0.61 0 0.56 0.15
HSL 125º 0.63% 0.59% -
HSV(B) 125º 0.61% 0.85% -
XYZ 30.67 52.4 19.56 -
YUV 163.74 89.77 71.84 -
System Red Green Blue C M Y K H S L
Decimal 85 217 96 0.61 0 0.56 0.15 125 0.63 0.59
Hex 55 D9 60 3D 0 38 F 7D 3F 3B
Octal 125 331 140 75 0 70 17 175 77 73
Binary 1010101 11011001 1100000 111101 0 111000 1111 1111101 111111 111011

Color Harmonies of #55D960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D960

Black with #55D960

Text Example


Text Example

White with #55D960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,217,96); }

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

background-color css

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

 a { background-color: rgb(85,217,96); }

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

border-color css

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

 span { border-color: rgb(85,217,96); }

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