#5DCF5A

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

Shades of Fern #5DCF5A

Tints of Fern #5DCF5A

Color information

#5DCF5A (or 0x5DCF5A) is unknown color: approx Fern. HEX triplet: 5D, CF and 5A. RGB value is (93,207,90). Sum of RGB (Red+Green+Blue) = 93+207+90=390 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.85% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCF5A is #A230A5. Grayscale: #9F9F9F. Windows color (decimal): -10629286 or 5951325. OLE color: 5951325.

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

Color convert

RGB9320790-
CMYK0.5500.570.19
HSL118.46º54.93%58.24%-
HSV(B)118.46º56.52%81.18%-
XYZ28.6747.6917.37-
YUV159.5888.7380.51-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.85%
GREEN value IS 207 (81.25% from 255) = 53.08%
BLUE value IS 90 (35.55% from 255) = 23.08%
R=23.85%
G=53.08%
B=23.08%

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
Decimal93207900.5500.570.19118.4654.9358.24
Hex5DCF5A370391376373a
Octal13531713267071231666772
Binary10111011100111110110101101110111001100111110110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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