#4AE511

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

Shades of Harlequin #4AE511

Tints of Harlequin #4AE511

Color information

#4AE511 (or 0x4AE511) is unknown color: approx Harlequin. HEX triplet: 4A, E5 and 11. RGB value is (74,229,17). Sum of RGB (Red+Green+Blue) = 74+229+17=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 229 (89.84% from 255 or 71.56% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE511 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AE511 is #B51AEE. Grayscale: #9F9F9F. Windows color (decimal): -11868911 or 1172810. OLE color: 1172810.

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

Color convert

RGB7422917-
CMYK0.6800.930.10
HSL103.87º86.18%48.24%-
HSV(B)103.87º92.58%89.8%-
XYZ30.9457.5310-
YUV158.4948.1567.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.12%
GREEN value IS 229 (89.84% from 255) = 71.56%
BLUE value IS 17 (7.03% from 255) = 5.31%
R=23.12%
G=71.56%
B=5.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal74229170.6800.930.10103.8786.1848.24
Hex4AE5114405DA685630
Octal1123452110401351215012660
Binary10010101110010110001100010001011101101011010001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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