Html Css Color HEX #55D260 Fern

📋 copy color: '#55D260'

red 85 ◦ green 210 ◦ blue 96

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

Shades of Fern #55D260

Tints of Fern #55D260

RGB

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

 GREEN value IS 210 (82.42% from 255) = 53.71%

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

R = 21.74%
G = 53.71%
B = 24.55%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#55D260 (or 0x55D260) is known color: Fern. HEX triplet: 55, D2 and 60. RGB value is (85,210,96). Sum of RGB (Red+Green+Blue) = 85+210+96=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 210 (82.42% from 255 or 53.71% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 210 - color contains mainly: green. Hex color #55D260 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D260 is #AA2D9F. Grayscale: #9F9F9F. Windows color (decimal): -11152800 or 6345301. OLE color: 6345301.

HSL color Cylindrical-coordinate representation of color #55D260: hue angle of 125.28º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D260 is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 210 96 -
CMYK 0.60 0 0.54 0.18
HSL 125.28º 0.58% 0.58% -
HSV(B) 125.28º 0.6% 0.82% -
XYZ 28.9 48.87 18.98 -
YUV 159.63 92.09 74.77 -
System Red Green Blue C M Y K H S L
Decimal 85 210 96 0.60 0 0.54 0.18 125.28 0.58 0.58
Hex 55 D2 60 3C 0 36 12 7D 3A 3A
Octal 125 322 140 74 0 66 22 175 72 72
Binary 1010101 11010010 1100000 111100 0 110110 10010 1111101 111010 111010

Color Harmonies of #55D260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D260

Black with #55D260

Text Example


Text Example

White with #55D260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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