#4CF804

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

Shades of Harlequin #4CF804

Tints of Harlequin #4CF804

Color information

#4CF804 (or 0x4CF804) is unknown color: approx Harlequin. HEX triplet: 4C, F8 and 04. RGB value is (76,248,4). Sum of RGB (Red+Green+Blue) = 76+248+4=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 248 (97.27% from 255 or 75.61% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 248 - color contains mainly: green. Hex color #4CF804 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF804 is #B307FB. Grayscale: #A9A9A9. Windows color (decimal): -11732988 or 325708. OLE color: 325708.

HSL color Cylindrical-coordinate representation of color #4CF804: hue angle of 102.3º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4CF804 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB762484-
CMYK0.6900.980.03
HSL102.3º96.83%49.41%-
HSV(B)102.3º98.39%97.25%-
XYZ36.5768.6811.44-
YUV168.7635.0261.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.17%
GREEN value IS 248 (97.27% from 255) = 75.61%
BLUE value IS 4 (1.95% from 255) = 1.22%
R=23.17%
G=75.61%
B=1.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal7624840.6900.980.03102.396.8349.41
Hex4CF84450623666131
Octal11437041050142314614161
Binary1001100111110001001000101011000101111001101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,248,4); }

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

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

 a { background-color: rgb(76,248,4); }

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

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

 span { border-color: rgb(76,248,4); }

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