#5DD05A

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

Shades of Fern #5DD05A

Tints of Fern #5DD05A

Color information

#5DD05A (or 0x5DD05A) is unknown color: approx Fern. HEX triplet: 5D, D0 and 5A. RGB value is (93,208,90). Sum of RGB (Red+Green+Blue) = 93+208+90=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD05A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD05A is #A22FA5. Grayscale: #A0A0A0. Windows color (decimal): -10629030 or 5951581. OLE color: 5951581.

HSL color Cylindrical-coordinate representation of color #5DD05A: hue angle of 118.47º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD05A is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB9320890-
CMYK0.5500.570.18
HSL118.47º55.66%58.43%-
HSV(B)118.47º56.73%81.57%-
XYZ28.9248.1817.45-
YUV160.1688.480.09-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.79%
GREEN value IS 208 (81.64% from 255) = 53.20%
BLUE value IS 90 (35.55% from 255) = 23.02%
R=23.79%
G=53.20%
B=23.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal93208900.5500.570.18118.4755.6658.43
Hex5DD05A370391276383a
Octal13532013267071221667072
Binary10111011101000010110101101110111001100101110110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,208,90); }

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

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

 a { background-color: rgb(93,208,90); }

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

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

 span { border-color: rgb(93,208,90); }

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