#4CFC01

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

Shades of Harlequin #4CFC01

Tints of Harlequin #4CFC01

Color information

#4CFC01 (or 0x4CFC01) is unknown color: approx Harlequin. HEX triplet: 4C, FC and 01. RGB value is (76,252,1). Sum of RGB (Red+Green+Blue) = 76+252+1=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 252 (98.83% from 255 or 76.60% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFC01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFC01 is #B303FE. Grayscale: #ABABAB. Windows color (decimal): -11731967 or 130124. OLE color: 130124.

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

Color convert

RGB762521-
CMYK0.7001.000.01
HSL102.07º99.21%49.61%-
HSV(B)102.07º99.6%98.82%-
XYZ37.871.1611.77-
YUV170.7632.1960.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.10%
GREEN value IS 252 (98.83% from 255) = 76.60%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=23.10%
G=76.60%
B=0.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal7625210.7001.000.01102.0799.2149.61
Hex4CFC1460641666332
Octal11437411060144114614362
Binary1001100111111001100011001100100111001101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CFC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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