#4FF01F

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

Shades of Harlequin #4FF01F

Tints of Harlequin #4FF01F

Color information

#4FF01F (or 0x4FF01F) is unknown color: approx Harlequin. HEX triplet: 4F, F0 and 1F. RGB value is (79,240,31). Sum of RGB (Red+Green+Blue) = 79+240+31=350 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.57% from 350); Green value is 240 (94.14% from 255 or 68.57% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 240 - color contains mainly: green. Hex color #4FF01F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FF01F is #B00FE0. Grayscale: #A8A8A8. Windows color (decimal): -11538401 or 2093135. OLE color: 2093135.

HSL color Cylindrical-coordinate representation of color #4FF01F: hue angle of 106.22º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4FF01F is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB7924031-
CMYK0.6700.870.06
HSL106.22º87.45%53.14%-
HSV(B)106.22º87.08%94.12%-
XYZ34.6364.0811.84-
YUV168.0450.6664.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.57%
GREEN value IS 240 (94.14% from 255) = 68.57%
BLUE value IS 31 (12.5% from 255) = 8.86%
R=22.57%
G=68.57%
B=8.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal79240310.6700.870.06106.2287.4553.14
Hex4FF01F4305766a5735
Octal117360371030127615212765
Binary1001111111100001111110000110101011111011010101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FF01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,240,31); }

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

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

 a { background-color: rgb(79,240,31); }

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

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

 span { border-color: rgb(79,240,31); }

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