#4CFC0F

Color #4CFC0F Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #4CFC0F

Tints of Harlequin #4CFC0F

Color information

#4CFC0F (or 0x4CFC0F) is unknown color: approx Harlequin. HEX triplet: 4C, FC and 0F. RGB value is (76,252,15). Sum of RGB (Red+Green+Blue) = 76+252+15=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 252 (98.83% from 255 or 73.47% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFC0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFC0F is #B303F0. Grayscale: #ADADAD. Windows color (decimal): -11731953 or 1047628. OLE color: 1047628.

HSL color Cylindrical-coordinate representation of color #4CFC0F: hue angle of 104.56º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4CFC0F is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB7625215-
CMYK0.7000.940.01
HSL104.56º97.53%52.35%-
HSV(B)104.56º94.05%98.82%-
XYZ37.8871.1912.2-
YUV172.3639.1959.27-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.16%
GREEN value IS 252 (98.83% from 255) = 73.47%
BLUE value IS 15 (6.25% from 255) = 4.37%
R=22.16%
G=73.47%
B=4.37%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal76252150.7000.940.01104.5697.5352.35
Hex4CFCF4605E1696234
Octal114374171060136115114264
Binary1001100111111001111100011001011110111010011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CFC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CFC0F; }

 p { color: rgb(76,252,15); }

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

<style>
 a { background-color: #4CFC0F; }

 a { background-color: rgb(76,252,15); }

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

<style>
 span { border-color: #4CFC0F; }

 span { border-color: rgb(76,252,15); }

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