#5dcf58

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

Shades of Fern #5DCF58

Tints of Fern #5DCF58

Color information

#5DCF58 (or 0x5DCF58) is unknown color: approx Fern. HEX triplet: 5D, CF and 58. RGB value is (93,207,88). Sum of RGB (Red+Green+Blue) = 93+207+88=388 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.97% from 388); Green value is 207 (81.25% from 255 or 53.35% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCF58 is #A230A7. Grayscale: #9F9F9F. Windows color (decimal): -10629288 or 5820253. OLE color: 5820253.

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

Color convert

RGB9320788-
CMYK0.5500.570.19
HSL117.48º55.35%57.84%-
HSV(B)117.48º57.49%81.18%-
XYZ28.5947.6616.92-
YUV159.3587.7380.68-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.97%
GREEN value IS 207 (81.25% from 255) = 53.35%
BLUE value IS 88 (34.77% from 255) = 22.68%
R=23.97%
G=53.35%
B=22.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal93207880.5500.570.19117.4855.3557.84
Hex5DCF58370391375373a
Octal13531713067071231656772
Binary10111011100111110110001101110111001100111110101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5dcf58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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