#4AFE11

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

Shades of Harlequin #4AFE11

Tints of Harlequin #4AFE11

Color information

#4AFE11 (or 0x4AFE11) is unknown color: approx Harlequin. HEX triplet: 4A, FE and 11. RGB value is (74,254,17). Sum of RGB (Red+Green+Blue) = 74+254+17=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 254 (99.61% from 255 or 73.62% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFE11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFE11 is #B501EE. Grayscale: #ADADAD. Windows color (decimal): -11862511 or 1179210. OLE color: 1179210.

HSL color Cylindrical-coordinate representation of color #4AFE11: hue angle of 105.57º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AFE11 is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB7425417-
CMYK0.7100.930.00
HSL105.57º99.16%53.14%-
HSV(B)105.57º93.31%99.61%-
XYZ38.3772.3812.48-
YUV173.1639.8757.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.45%
GREEN value IS 254 (99.61% from 255) = 73.62%
BLUE value IS 17 (7.03% from 255) = 4.93%
R=21.45%
G=73.62%
B=4.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal74254170.7100.930.00105.5799.1653.14
Hex4AFE114705D06a6335
Octal112376211070135015214365
Binary10010101111111010001100011101011101011010101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFE11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,254,17); }

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

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

 a { background-color: rgb(74,254,17); }

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

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

 span { border-color: rgb(74,254,17); }

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