#5DA265

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

Shades of Fern #5DA265

Tints of Fern #5DA265

Color information

#5DA265 (or 0x5DA265) is unknown color: approx Fern. HEX triplet: 5D, A2 and 65. RGB value is (93,162,101). Sum of RGB (Red+Green+Blue) = 93+162+101=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA265 is #A25D9A. Grayscale: #868686. Windows color (decimal): -10640795 or 6660701. OLE color: 6660701.

HSL color Cylindrical-coordinate representation of color #5DA265: hue angle of 126.96º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA265 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB93162101-
CMYK0.4300.380.36
HSL126.96º27.06%50%-
HSV(B)126.96º42.59%63.53%-
XYZ19.7829.1116.89-
YUV134.42109.1498.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.12%
GREEN value IS 162 (63.67% from 255) = 45.51%
BLUE value IS 101 (39.84% from 255) = 28.37%
R=26.12%
G=45.51%
B=28.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal931621010.4300.380.36126.9627.0650
Hex5DA2652B026247f1b32
Octal13524214553046441773362
Binary10111011010001011001011010110100110100100111111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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