#5CCD64

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

Shades of Fern #5CCD64

Tints of Fern #5CCD64

Color information

#5CCD64 (or 0x5CCD64) is unknown color: approx Fern. HEX triplet: 5C, CD and 64. RGB value is (92,205,100). Sum of RGB (Red+Green+Blue) = 92+205+100=397 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.17% from 397); Green value is 205 (80.47% from 255 or 51.64% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCD64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CCD64 is #A3329B. Grayscale: #9F9F9F. Windows color (decimal): -10695324 or 6606172. OLE color: 6606172.

HSL color Cylindrical-coordinate representation of color #5CCD64: hue angle of 124.25º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCD64 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB92205100-
CMYK0.5500.510.20
HSL124.25º53.05%58.24%-
HSV(B)124.25º55.12%80.39%-
XYZ28.5546.8619.6-
YUV159.2494.5680.04-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.17%
GREEN value IS 205 (80.47% from 255) = 51.64%
BLUE value IS 100 (39.45% from 255) = 25.19%
R=23.17%
G=51.64%
B=25.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal922051000.5500.510.20124.2553.0558.24
Hex5CCD6437033147c353a
Octal13431514467063241746572
Binary10111001100110111001001101110110011101001111100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,205,100); }

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

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

 a { background-color: rgb(92,205,100); }

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

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

 span { border-color: rgb(92,205,100); }

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