Html Css Color HEX #55AD60 Fern

📋 copy color: '#55AD60'

red 85 ◦ green 173 ◦ blue 96

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

Shades of Fern #55AD60

Tints of Fern #55AD60

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.87%

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

R = 24.01%
G = 48.87%
B = 27.12%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#55AD60 (or 0x55AD60) is known color: Fern. HEX triplet: 55, AD and 60. RGB value is (85,173,96). Sum of RGB (Red+Green+Blue) = 85+173+96=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD60 is #AA529F. Grayscale: #8A8A8A. Windows color (decimal): -11162272 or 6335829. OLE color: 6335829.

HSL color Cylindrical-coordinate representation of color #55AD60: hue angle of 127.5º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AD60 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 173 96 -
CMYK 0.51 0 0.45 0.32
HSL 127.5º 0.35% 0.51% -
HSV(B) 127.5º 0.51% 0.68% -
XYZ 20.8 32.66 16.27 -
YUV 137.91 104.35 90.26 -
System Red Green Blue C M Y K H S L
Decimal 85 173 96 0.51 0 0.45 0.32 127.5 0.35 0.51
Hex 55 AD 60 33 0 2D 20 80 23 33
Octal 125 255 140 63 0 55 40 200 43 63
Binary 1010101 10101101 1100000 110011 0 101101 100000 10000000 100011 110011

Color Harmonies of #55AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AD60

Black with #55AD60

Text Example


Text Example

White with #55AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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