#5DCF61

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

Shades of Fern #5DCF61

Tints of Fern #5DCF61

Color information

#5DCF61 (or 0x5DCF61) is unknown color: approx Fern. HEX triplet: 5D, CF and 61. RGB value is (93,207,97). Sum of RGB (Red+Green+Blue) = 93+207+97=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCF61 is #A2309E. Grayscale: #A0A0A0. Windows color (decimal): -10629279 or 6410077. OLE color: 6410077.

HSL color Cylindrical-coordinate representation of color #5DCF61: hue angle of 122.11º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCF61 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB9320797-
CMYK0.5500.530.19
HSL122.11º54.29%58.82%-
HSV(B)122.11º55.07%81.18%-
XYZ28.9847.8219.01-
YUV160.3792.2379.94-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.43%
GREEN value IS 207 (81.25% from 255) = 52.14%
BLUE value IS 97 (38.28% from 255) = 24.43%
R=23.43%
G=52.14%
B=24.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal93207970.5500.530.19122.1154.2958.82
Hex5DCF6137035137a363b
Octal13531714167065231726673
Binary10111011100111111000011101110110101100111111010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,207,97); }

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

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

 a { background-color: rgb(93,207,97); }

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

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

 span { border-color: rgb(93,207,97); }

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