#5DAA66

Color #5DAA66 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #5DAA66

Tints of Fern #5DAA66

Color information

#5DAA66 (or 0x5DAA66) is unknown color: approx Fern. HEX triplet: 5D, AA and 66. RGB value is (93,170,102). Sum of RGB (Red+Green+Blue) = 93+170+102=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAA66 is #A25599. Grayscale: #8B8B8B. Windows color (decimal): -10638746 or 6728285. OLE color: 6728285.

HSL color Cylindrical-coordinate representation of color #5DAA66: hue angle of 127.01º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DAA66 is Cyan = 0.45, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB93170102-
CMYK0.4500.40.33
HSL127.01º31.17%51.57%-
HSV(B)127.01º45.29%66.67%-
XYZ21.2932.0417.63-
YUV139.22106.9995.03-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.48%
GREEN value IS 170 (66.80% from 255) = 46.58%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=25.48%
G=46.58%
B=27.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal931701020.4500.40.33127.0131.1751.57
Hex5DAA662D028217f1f34
Octal13525214655050411773764
Binary10111011010101011001101011010101000100001111111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DAA66; }

 p { color: rgb(93,170,102); }

 H1.HeaderClassName
 {
   color: #5DAA66;
 }
 .AnyTagClassName
 {
   color: #5DAA66;
 }
</style>
background-color css

<style>
 a { background-color: #5DAA66; }

 a { background-color: rgb(93,170,102); }

 div.DivClassName
 {
   background-color: #5DAA66;
 }
 .BgClassName
 {
   background-color: #5DAA66;
 }
</style>
border-color css

<style>
 span { border-color: #5DAA66; }

 span { border-color: rgb(93,170,102); }

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