Html Css Color HEX #55D760 Emerald

📋 copy color: '#55D760'

red 85 ◦ green 215 ◦ blue 96

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

Shades of Emerald #55D760

Tints of Emerald #55D760

RGB

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

 GREEN value IS 215 (84.38% from 255) = 54.29%

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

R = 21.46%
G = 54.29%
B = 24.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#55D760 (or 0x55D760) is known color: Emerald. HEX triplet: 55, D7 and 60. RGB value is (85,215,96). Sum of RGB (Red+Green+Blue) = 85+215+96=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 215 (84.38% from 255 or 54.29% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 215 - color contains mainly: green. Hex color #55D760 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D760 is #AA289F. Grayscale: #A2A2A2. Windows color (decimal): -11151520 or 6346581. OLE color: 6346581.

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

Color convert

RGB 85 215 96 -
CMYK 0.60 0 0.55 0.16
HSL 125.08º 0.62% 0.59% -
HSV(B) 125.08º 0.6% 0.84% -
XYZ 30.16 51.38 19.39 -
YUV 162.56 90.43 72.68 -
System Red Green Blue C M Y K H S L
Decimal 85 215 96 0.60 0 0.55 0.16 125.08 0.62 0.59
Hex 55 D7 60 3C 0 37 10 7D 3E 3B
Octal 125 327 140 74 0 67 20 175 76 73
Binary 1010101 11010111 1100000 111100 0 110111 10000 1111101 111110 111011

Color Harmonies of #55D760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D760

Black with #55D760

Text Example


Text Example

White with #55D760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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