#5DA266

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

Shades of Fern #5DA266

Tints of Fern #5DA266

Color information

#5DA266 (or 0x5DA266) is unknown color: approx Fern. HEX triplet: 5D, A2 and 66. RGB value is (93,162,102). Sum of RGB (Red+Green+Blue) = 93+162+102=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA266 is #A25D99. Grayscale: #868686. Windows color (decimal): -10640794 or 6726237. OLE color: 6726237.

HSL color Cylindrical-coordinate representation of color #5DA266: hue angle of 127.83º 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 #5DA266 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB93162102-
CMYK0.4300.370.36
HSL127.83º27.06%50%-
HSV(B)127.83º42.59%63.53%-
XYZ19.8329.1317.15-
YUV134.53109.6498.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.05%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 102 (40.23% from 255) = 28.57%
R=26.05%
G=45.38%
B=28.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal931621020.4300.370.36127.8327.0650
Hex5DA2662B02524801b32
Octal13524214653045442003362
Binary101110110100010110011010101101001011001001000000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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