#4CF400

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

Shades of Harlequin #4CF400

Tints of Harlequin #4CF400

Color information

#4CF400 (or 0x4CF400) is unknown color: approx Harlequin. HEX triplet: 4C, F4 and 00. RGB value is (76,244,0). Sum of RGB (Red+Green+Blue) = 76+244+0=320 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.75% from 320); Green value is 244 (95.70% from 255 or 76.25% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 244 - color contains mainly: green. Hex color #4CF400 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF400 is #B30BFF. Grayscale: #A6A6A6. Windows color (decimal): -11734016 or 62540. OLE color: 62540.

HSL color Cylindrical-coordinate representation of color #4CF400: hue angle of 101.31º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4CF400 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB762440-
CMYK0.69010.04
HSL101.31º100%47.84%-
HSV(B)101.31º100%95.69%-
XYZ35.3366.2410.92-
YUV165.9534.3463.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.75%
GREEN value IS 244 (95.70% from 255) = 76.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=23.75%
G=76.25%
B=0%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal7624400.69010.04101.3110047.84
Hex4CF40450644656430
Octal11436401050144414514460
Binary100110011110100010001010110010010011001011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,244,0); }

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

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

 a { background-color: rgb(76,244,0); }

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

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

 span { border-color: rgb(76,244,0); }

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