Html Css Color HEX #55AF67 Fern

📋 copy color: '#55AF67'

red 85 ◦ green 175 ◦ blue 103

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

Shades of Fern #55AF67

Tints of Fern #55AF67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.37%

R = 23.42%
G = 48.21%
B = 28.37%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#55AF67 (or 0x55AF67) is known color: Fern. HEX triplet: 55, AF and 67. RGB value is (85,175,103). Sum of RGB (Red+Green+Blue) = 85+175+103=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AF67 is #AA5098. Grayscale: #8C8C8C. Windows color (decimal): -11161753 or 6795093. OLE color: 6795093.

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

Color convert

RGB 85 175 103 -
CMYK 0.51 0 0.41 0.31
HSL 132º 0.36% 0.51% -
HSV(B) 132º 0.51% 0.69% -
XYZ 21.52 33.57 18.18 -
YUV 139.88 107.18 88.85 -
System Red Green Blue C M Y K H S L
Decimal 85 175 103 0.51 0 0.41 0.31 132 0.36 0.51
Hex 55 AF 67 33 0 29 1F 84 24 33
Octal 125 257 147 63 0 51 37 204 44 63
Binary 1010101 10101111 1100111 110011 0 101001 11111 10000100 100100 110011

Color Harmonies of #55AF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AF67

Black with #55AF67

Text Example


Text Example

White with #55AF67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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