Html Css Color HEX #55AC66 Fern

📋 copy color: '#55AC66'

red 85 ◦ green 172 ◦ blue 102

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

Shades of Fern #55AC66

Tints of Fern #55AC66

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.91%

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

R = 23.68%
G = 47.91%
B = 28.41%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#55AC66 (or 0x55AC66) is known color: Fern. HEX triplet: 55, AC and 66. RGB value is (85,172,102). Sum of RGB (Red+Green+Blue) = 85+172+102=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AC66 is #AA5399. Grayscale: #8A8A8A. Windows color (decimal): -11162522 or 6728789. OLE color: 6728789.

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

Color convert

RGB 85 172 102 -
CMYK 0.51 0 0.41 0.33
HSL 131.72º 0.34% 0.5% -
HSV(B) 131.72º 0.51% 0.67% -
XYZ 20.9 32.4 17.72 -
YUV 138.01 107.68 90.19 -
System Red Green Blue C M Y K H S L
Decimal 85 172 102 0.51 0 0.41 0.33 131.72 0.34 0.5
Hex 55 AC 66 33 0 29 21 84 22 32
Octal 125 254 146 63 0 51 41 204 42 62
Binary 1010101 10101100 1100110 110011 0 101001 100001 10000100 100010 110010

Color Harmonies of #55AC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AC66

Black with #55AC66

Text Example


Text Example

White with #55AC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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