Html Css Color HEX #55AB62 Fern

📋 copy color: '#55AB62'

red 85 ◦ green 171 ◦ blue 98

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

Shades of Fern #55AB62

Tints of Fern #55AB62

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.31%

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

R = 24.01%
G = 48.31%
B = 27.68%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#55AB62 (or 0x55AB62) is known color: Fern. HEX triplet: 55, AB and 62. RGB value is (85,171,98). Sum of RGB (Red+Green+Blue) = 85+171+98=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AB62 is #AA549D. Grayscale: #898989. Windows color (decimal): -11162782 or 6466389. OLE color: 6466389.

HSL color Cylindrical-coordinate representation of color #55AB62: hue angle of 129.07º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AB62 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 171 98 -
CMYK 0.50 0 0.43 0.33
HSL 129.07º 0.34% 0.5% -
HSV(B) 129.07º 0.5% 0.67% -
XYZ 20.51 31.94 16.64 -
YUV 136.96 106.01 90.94 -
System Red Green Blue C M Y K H S L
Decimal 85 171 98 0.50 0 0.43 0.33 129.07 0.34 0.5
Hex 55 AB 62 32 0 2B 21 81 22 32
Octal 125 253 142 62 0 53 41 201 42 62
Binary 1010101 10101011 1100010 110010 0 101011 100001 10000001 100010 110010

Color Harmonies of #55AB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AB62

Black with #55AB62

Text Example


Text Example

White with #55AB62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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