#4AFF11

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

Shades of Harlequin #4AFF11

Tints of Harlequin #4AFF11

Color information

#4AFF11 (or 0x4AFF11) is unknown color: approx Harlequin. HEX triplet: 4A, FF and 11. RGB value is (74,255,17). Sum of RGB (Red+Green+Blue) = 74+255+17=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 255 (100% from 255 or 73.70% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFF11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFF11 is #B500EE. Grayscale: #AEAEAE. Windows color (decimal): -11862255 or 1179466. OLE color: 1179466.

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

Color convert

RGB7425517-
CMYK0.7100.930
HSL105.63º100%53.33%-
HSV(B)105.63º93.33%100%-
XYZ38.6973.0212.58-
YUV173.7539.5356.85-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.39%
GREEN value IS 255 (100% from 255) = 73.70%
BLUE value IS 17 (7.03% from 255) = 4.91%
R=21.39%
G=73.70%
B=4.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal74255170.7100.930105.6310053.33
Hex4AFF114705D06a6435
Octal112377211070135015214465
Binary10010101111111110001100011101011101011010101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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