#4CFA01

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

Shades of Harlequin #4CFA01

Tints of Harlequin #4CFA01

Color information

#4CFA01 (or 0x4CFA01) is unknown color: approx Harlequin. HEX triplet: 4C, FA and 01. RGB value is (76,250,1). Sum of RGB (Red+Green+Blue) = 76+250+1=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 250 (98.05% from 255 or 76.45% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFA01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFA01 is #B305FE. Grayscale: #AAAAAA. Windows color (decimal): -11732479 or 129612. OLE color: 129612.

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

Color convert

RGB762501-
CMYK0.7001.000.02
HSL101.93º99.2%49.22%-
HSV(B)101.93º99.6%98.04%-
XYZ37.1769.9111.56-
YUV169.5932.8561.25-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.24%
GREEN value IS 250 (98.05% from 255) = 76.45%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=23.24%
G=76.45%
B=0.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal7625010.7001.000.02101.9399.249.22
Hex4CFA1460642666331
Octal11437211060144214614361
Binary10011001111101011000110011001001011001101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CFA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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