#5DD75E

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

Shades of Fern #5DD75E

Tints of Fern #5DD75E

Color information

#5DD75E (or 0x5DD75E) is unknown color: approx Fern. HEX triplet: 5D, D7 and 5E. RGB value is (93,215,94). Sum of RGB (Red+Green+Blue) = 93+215+94=402 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.13% from 402); Green value is 215 (84.38% from 255 or 53.48% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD75E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD75E is #A228A1. Grayscale: #A5A5A5. Windows color (decimal): -10627234 or 6215517. OLE color: 6215517.

HSL color Cylindrical-coordinate representation of color #5DD75E: hue angle of 120.49º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD75E is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB9321594-
CMYK0.5700.560.16
HSL120.49º60.4%60.39%-
HSV(B)120.49º56.74%84.31%-
XYZ30.8451.7418.95-
YUV164.7388.0876.84-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.13%
GREEN value IS 215 (84.38% from 255) = 53.48%
BLUE value IS 94 (37.11% from 255) = 23.38%
R=23.13%
G=53.48%
B=23.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal93215940.5700.560.16120.4960.460.39
Hex5DD75E3903810783c3c
Octal13532713671070201707474
Binary10111011101011110111101110010111000100001111000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,215,94); }

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

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

 a { background-color: rgb(93,215,94); }

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

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

 span { border-color: rgb(93,215,94); }

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