#4AE514

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

Shades of Harlequin #4AE514

Tints of Harlequin #4AE514

Color information

#4AE514 (or 0x4AE514) is unknown color: approx Harlequin. HEX triplet: 4A, E5 and 14. RGB value is (74,229,20). Sum of RGB (Red+Green+Blue) = 74+229+20=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 229 (89.84% from 255 or 70.90% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AE514 is #B51AEB. Grayscale: #9F9F9F. Windows color (decimal): -11868908 or 1369418. OLE color: 1369418.

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

Color convert

RGB7422920-
CMYK0.6800.910.10
HSL104.5º83.94%48.82%-
HSV(B)104.5º91.27%89.8%-
XYZ30.9757.5410.14-
YUV158.8349.6567.49-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.91%
GREEN value IS 229 (89.84% from 255) = 70.90%
BLUE value IS 20 (8.20% from 255) = 6.19%
R=22.91%
G=70.90%
B=6.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal74229200.6800.910.10104.583.9448.82
Hex4AE5144405BA685431
Octal1123452410401331215012461
Binary10010101110010110100100010001011011101011010001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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