#4CF918

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

Shades of Harlequin #4CF918

Tints of Harlequin #4CF918

Color information

#4CF918 (or 0x4CF918) is unknown color: approx Harlequin. HEX triplet: 4C, F9 and 18. RGB value is (76,249,24). Sum of RGB (Red+Green+Blue) = 76+249+24=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 249 (97.66% from 255 or 71.35% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 249 - color contains mainly: green. Hex color #4CF918 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF918 is #B306E7. Grayscale: #ACACAC. Windows color (decimal): -11732712 or 1636684. OLE color: 1636684.

HSL color Cylindrical-coordinate representation of color #4CF918: hue angle of 106.13º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4CF918 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB7624924-
CMYK0.6900.900.02
HSL106.13º94.94%53.53%-
HSV(B)106.13º90.36%97.65%-
XYZ37.0269.3512.3-
YUV171.6244.6959.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.78%
GREEN value IS 249 (97.66% from 255) = 71.35%
BLUE value IS 24 (9.77% from 255) = 6.88%
R=21.78%
G=71.35%
B=6.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal76249240.6900.900.02106.1394.9453.53
Hex4CF9184505A26a5f36
Octal114371301050132215213766
Binary100110011111001110001000101010110101011010101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,249,24); }

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

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

 a { background-color: rgb(76,249,24); }

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

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

 span { border-color: rgb(76,249,24); }

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