#5DD65E

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

Shades of Fern #5DD65E

Tints of Fern #5DD65E

Color information

#5DD65E (or 0x5DD65E) is unknown color: approx Fern. HEX triplet: 5D, D6 and 5E. RGB value is (93,214,94). Sum of RGB (Red+Green+Blue) = 93+214+94=401 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.19% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD65E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD65E is #A229A1. Grayscale: #A4A4A4. Windows color (decimal): -10627490 or 6215261. OLE color: 6215261.

HSL color Cylindrical-coordinate representation of color #5DD65E: hue angle of 120.5º 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 #5DD65E is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB9321494-
CMYK0.5700.560.16
HSL120.5º59.61%60.2%-
HSV(B)120.5º56.54%83.92%-
XYZ30.5851.2318.87-
YUV164.1488.4177.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.19%
GREEN value IS 214 (83.98% from 255) = 53.37%
BLUE value IS 94 (37.11% from 255) = 23.44%
R=23.19%
G=53.37%
B=23.44%

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
Decimal93214940.5700.560.16120.559.6160.2
Hex5DD65E3903810783c3c
Octal13532613671070201707474
Binary10111011101011010111101110010111000100001111000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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