#5DAF67

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

Shades of Fern #5DAF67

Tints of Fern #5DAF67

Color information

#5DAF67 (or 0x5DAF67) is unknown color: approx Fern. HEX triplet: 5D, AF and 67. RGB value is (93,175,103). Sum of RGB (Red+Green+Blue) = 93+175+103=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAF67 is #A25098. Grayscale: #8E8E8E. Windows color (decimal): -10637465 or 6795101. OLE color: 6795101.

HSL color Cylindrical-coordinate representation of color #5DAF67: hue angle of 127.32º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DAF67 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB93175103-
CMYK0.4700.410.31
HSL127.32º33.88%52.55%-
HSV(B)127.32º46.86%68.63%-
XYZ22.2933.9718.21-
YUV142.27105.8392.85-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.07%
GREEN value IS 175 (68.75% from 255) = 47.17%
BLUE value IS 103 (40.62% from 255) = 27.76%
R=25.07%
G=47.17%
B=27.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal931751030.4700.410.31127.3233.8852.55
Hex5DAF672F0291F7f2235
Octal13525714757051371774265
Binary10111011010111111001111011110101001111111111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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