#5DAA65

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

Shades of Fern #5DAA65

Tints of Fern #5DAA65

Color information

#5DAA65 (or 0x5DAA65) is unknown color: approx Fern. HEX triplet: 5D, AA and 65. RGB value is (93,170,101). Sum of RGB (Red+Green+Blue) = 93+170+101=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAA65 is #A2559A. Grayscale: #8B8B8B. Windows color (decimal): -10638747 or 6662749. OLE color: 6662749.

HSL color Cylindrical-coordinate representation of color #5DAA65: hue angle of 126.23º 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 #5DAA65 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB93170101-
CMYK0.4500.410.33
HSL126.23º31.17%51.57%-
HSV(B)126.23º45.29%66.67%-
XYZ21.2432.0217.37-
YUV139.11106.4995.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.55%
GREEN value IS 170 (66.80% from 255) = 46.70%
BLUE value IS 101 (39.84% from 255) = 27.75%
R=25.55%
G=46.70%
B=27.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal931701010.4500.410.33126.2331.1751.57
Hex5DAA652D029217e1f34
Octal13525214555051411763764
Binary10111011010101011001011011010101001100001111111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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