#5DA163

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

Shades of Fern #5DA163

Tints of Fern #5DA163

Color information

#5DA163 (or 0x5DA163) is unknown color: approx Fern. HEX triplet: 5D, A1 and 63. RGB value is (93,161,99). Sum of RGB (Red+Green+Blue) = 93+161+99=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA163 is #A25E9C. Grayscale: #858585. Windows color (decimal): -10641053 or 6529373. OLE color: 6529373.

HSL color Cylindrical-coordinate representation of color #5DA163: hue angle of 125.29º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA163 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB9316199-
CMYK0.4200.390.37
HSL125.29º26.77%49.8%-
HSV(B)125.29º42.24%63.14%-
XYZ19.5128.7216.32-
YUV133.6108.4799.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.35%
GREEN value IS 161 (63.28% from 255) = 45.61%
BLUE value IS 99 (39.06% from 255) = 28.05%
R=26.35%
G=45.61%
B=28.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal93161990.4200.390.37125.2926.7749.8
Hex5DA1632A027257d1b32
Octal13524114352047451753362
Binary10111011010000111000111010100100111100101111110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,161,99); }

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

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

 a { background-color: rgb(93,161,99); }

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

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

 span { border-color: rgb(93,161,99); }

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