#5DA665

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

Shades of Fern #5DA665

Tints of Fern #5DA665

Color information

#5DA665 (or 0x5DA665) is unknown color: approx Fern. HEX triplet: 5D, A6 and 65. RGB value is (93,166,101). Sum of RGB (Red+Green+Blue) = 93+166+101=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 166 - color contains mainly: green. Hex color #5DA665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA665 is #A2599A. Grayscale: #888888. Windows color (decimal): -10639771 or 6661725. OLE color: 6661725.

HSL color Cylindrical-coordinate representation of color #5DA665: hue angle of 126.58º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5DA665 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB93166101-
CMYK0.4400.390.35
HSL126.58º29.08%50.78%-
HSV(B)126.58º43.98%65.1%-
XYZ20.530.5417.13-
YUV136.76107.8296.79-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.83%
GREEN value IS 166 (65.23% from 255) = 46.11%
BLUE value IS 101 (39.84% from 255) = 28.06%
R=25.83%
G=46.11%
B=28.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal931661010.4400.390.35126.5829.0850.78
Hex5DA6652C027237f1d33
Octal13524614554047431773563
Binary10111011010011011001011011000100111100011111111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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