#5CD460

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

Shades of Fern #5CD460

Tints of Fern #5CD460

Color information

#5CD460 (or 0x5CD460) is unknown color: approx Fern. HEX triplet: 5C, D4 and 60. RGB value is (92,212,96). Sum of RGB (Red+Green+Blue) = 92+212+96=400 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23% from 400); Green value is 212 (83.20% from 255 or 53% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 212 - color contains mainly: green. Hex color #5CD460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD460 is #A32B9F. Grayscale: #A3A3A3. Windows color (decimal): -10693536 or 6345820. OLE color: 6345820.

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

Color convert

RGB9221296-
CMYK0.5700.550.17
HSL122º58.25%59.61%-
HSV(B)122º56.6%83.14%-
XYZ30.0750.2119.17-
YUV162.990.2477.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23%
GREEN value IS 212 (83.20% from 255) = 53%
BLUE value IS 96 (37.89% from 255) = 24%
R=23%
G=53%
B=24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal92212960.5700.550.1712258.2559.61
Hex5CD46039037117a3a3c
Octal13432414071067211727274
Binary10111001101010011000001110010110111100011111010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,212,96); }

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

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

 a { background-color: rgb(92,212,96); }

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

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

 span { border-color: rgb(92,212,96); }

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