Html Css Color HEX #55D975 Emerald

📋 copy color: '#55D975'

red 85 ◦ green 217 ◦ blue 117

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

Shades of Emerald #55D975

Tints of Emerald #55D975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.92%

R = 20.29%
G = 51.79%
B = 27.92%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#55D975 (or 0x55D975) is known color: Emerald. HEX triplet: 55, D9 and 75. RGB value is (85,217,117). Sum of RGB (Red+Green+Blue) = 85+217+117=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #55D975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D975 is #AA268A. Grayscale: #A6A6A6. Windows color (decimal): -11150987 or 7723349. OLE color: 7723349.

HSL color Cylindrical-coordinate representation of color #55D975: hue angle of 134.55º 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 #55D975 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 217 117 -
CMYK 0.61 0 0.46 0.15
HSL 134.55º 0.63% 0.59% -
HSV(B) 134.55º 0.61% 0.85% -
XYZ 31.77 52.84 25.35 -
YUV 166.13 100.27 70.13 -
System Red Green Blue C M Y K H S L
Decimal 85 217 117 0.61 0 0.46 0.15 134.55 0.63 0.59
Hex 55 D9 75 3D 0 2E F 87 3F 3B
Octal 125 331 165 75 0 56 17 207 77 73
Binary 1010101 11011001 1110101 111101 0 101110 1111 10000111 111111 111011

Color Harmonies of #55D975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D975

Black with #55D975

Text Example


Text Example

White with #55D975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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