#4AE811

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

Shades of Harlequin #4AE811

Tints of Harlequin #4AE811

Color information

#4AE811 (or 0x4AE811) is unknown color: approx Harlequin. HEX triplet: 4A, E8 and 11. RGB value is (74,232,17). Sum of RGB (Red+Green+Blue) = 74+232+17=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 232 (91.02% from 255 or 71.83% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 232 - color contains mainly: green. Hex color #4AE811 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AE811 is #B517EE. Grayscale: #A0A0A0. Windows color (decimal): -11868143 or 1173578. OLE color: 1173578.

HSL color Cylindrical-coordinate representation of color #4AE811: hue angle of 104.09º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AE811 is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB7423217-
CMYK0.6800.930.09
HSL104.09º86.35%48.82%-
HSV(B)104.09º92.67%90.98%-
XYZ31.7859.2110.28-
YUV160.2547.1566.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.91%
GREEN value IS 232 (91.02% from 255) = 71.83%
BLUE value IS 17 (7.03% from 255) = 5.26%
R=22.91%
G=71.83%
B=5.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal74232170.6800.930.09104.0986.3548.82
Hex4AE8114405D9685631
Octal1123502110401351115012661
Binary10010101110100010001100010001011101100111010001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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