Html Css Color HEX #55AD62 Fern

📋 copy color: '#55AD62'

red 85 ◦ green 173 ◦ blue 98

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

Shades of Fern #55AD62

Tints of Fern #55AD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.53%

R = 23.88%
G = 48.6%
B = 27.53%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#55AD62 (or 0x55AD62) is known color: Fern. HEX triplet: 55, AD and 62. RGB value is (85,173,98). Sum of RGB (Red+Green+Blue) = 85+173+98=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD62 is #AA529D. Grayscale: #8A8A8A. Windows color (decimal): -11162270 or 6466901. OLE color: 6466901.

HSL color Cylindrical-coordinate representation of color #55AD62: hue angle of 128.86º 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 #55AD62 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 173 98 -
CMYK 0.51 0 0.43 0.32
HSL 128.86º 0.35% 0.51% -
HSV(B) 128.86º 0.51% 0.68% -
XYZ 20.89 32.7 16.77 -
YUV 138.14 105.35 90.1 -
System Red Green Blue C M Y K H S L
Decimal 85 173 98 0.51 0 0.43 0.32 128.86 0.35 0.51
Hex 55 AD 62 33 0 2B 20 81 23 33
Octal 125 255 142 63 0 53 40 201 43 63
Binary 1010101 10101101 1100010 110011 0 101011 100000 10000001 100011 110011

Color Harmonies of #55AD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AD62

Black with #55AD62

Text Example


Text Example

White with #55AD62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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