#5DC25F

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

Shades of Fern #5DC25F

Tints of Fern #5DC25F

Color information

#5DC25F (or 0x5DC25F) is unknown color: approx Fern. HEX triplet: 5D, C2 and 5F. RGB value is (93,194,95). Sum of RGB (Red+Green+Blue) = 93+194+95=382 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.35% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC25F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC25F is #A23DA0. Grayscale: #989898. Windows color (decimal): -10632609 or 6275677. OLE color: 6275677.

HSL color Cylindrical-coordinate representation of color #5DC25F: hue angle of 121.19º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DC25F is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB9319495-
CMYK0.5200.510.24
HSL121.19º45.29%56.27%-
HSV(B)121.19º52.06%76.08%-
XYZ25.8741.7417.52-
YUV152.5295.5485.55-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.35%
GREEN value IS 194 (76.17% from 255) = 50.79%
BLUE value IS 95 (37.5% from 255) = 24.87%
R=24.35%
G=50.79%
B=24.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal93194950.5200.510.24121.1945.2956.27
Hex5DC25F3403318792d38
Octal13530213764063301715570
Binary10111011100001010111111101000110011110001111001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,194,95); }

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

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

 a { background-color: rgb(93,194,95); }

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

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

 span { border-color: rgb(93,194,95); }

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