Html Css Color HEX #55AF66 Fern

📋 copy color: '#55AF66'

red 85 ◦ green 175 ◦ blue 102

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

Shades of Fern #55AF66

Tints of Fern #55AF66

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.34%

 BLUE value IS 102 (40.23% from 255) = 28.18%

R = 23.48%
G = 48.34%
B = 28.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#55AF66 (or 0x55AF66) is known color: Fern. HEX triplet: 55, AF and 66. RGB value is (85,175,102). Sum of RGB (Red+Green+Blue) = 85+175+102=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AF66 is #AA5099. Grayscale: #8B8B8B. Windows color (decimal): -11161754 or 6729557. OLE color: 6729557.

HSL color Cylindrical-coordinate representation of color #55AF66: hue angle of 131.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AF66 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 175 102 -
CMYK 0.51 0 0.42 0.31
HSL 131.33º 0.36% 0.51% -
HSV(B) 131.33º 0.51% 0.69% -
XYZ 21.47 33.55 17.91 -
YUV 139.77 106.68 88.94 -
System Red Green Blue C M Y K H S L
Decimal 85 175 102 0.51 0 0.42 0.31 131.33 0.36 0.51
Hex 55 AF 66 33 0 2A 1F 83 24 33
Octal 125 257 146 63 0 52 37 203 44 63
Binary 1010101 10101111 1100110 110011 0 101010 11111 10000011 100100 110011

Color Harmonies of #55AF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AF66

Black with #55AF66

Text Example


Text Example

White with #55AF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,175,102); }

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

background-color css

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

 a { background-color: rgb(85,175,102); }

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

border-color css

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

 span { border-color: rgb(85,175,102); }

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