#4FFA18

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

Shades of Harlequin #4FFA18

Tints of Harlequin #4FFA18

Color information

#4FFA18 (or 0x4FFA18) is unknown color: approx Harlequin. HEX triplet: 4F, FA and 18. RGB value is (79,250,24). Sum of RGB (Red+Green+Blue) = 79+250+24=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 250 (98.05% from 255 or 70.82% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFA18 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFA18 is #B005E7. Grayscale: #ADADAD. Windows color (decimal): -11535848 or 1636943. OLE color: 1636943.

HSL color Cylindrical-coordinate representation of color #4FFA18: hue angle of 105.4º degrees, saturation: 0.96, 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 #4FFA18 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB7925024-
CMYK0.6800.900.02
HSL105.4º95.76%53.73%-
HSV(B)105.4º90.4%98.04%-
XYZ37.5770.112.41-
YUV173.1143.8560.88-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.38%
GREEN value IS 250 (98.05% from 255) = 70.82%
BLUE value IS 24 (9.77% from 255) = 6.80%
R=22.38%
G=70.82%
B=6.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal79250240.6800.900.02105.495.7653.73
Hex4FFA184405A2696036
Octal117372301040132215114066
Binary100111111111010110001000100010110101011010011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FFA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,250,24); }

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

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

 a { background-color: rgb(79,250,24); }

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

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

 span { border-color: rgb(79,250,24); }

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