#4AF021

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

Shades of Harlequin #4AF021

Tints of Harlequin #4AF021

Color information

#4AF021 (or 0x4AF021) is unknown color: approx Harlequin. HEX triplet: 4A, F0 and 21. RGB value is (74,240,33). Sum of RGB (Red+Green+Blue) = 74+240+33=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 240 (94.14% from 255 or 69.16% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF021 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF021 is #B50FDE. Grayscale: #A7A7A7. Windows color (decimal): -11866079 or 2224202. OLE color: 2224202.

HSL color Cylindrical-coordinate representation of color #4AF021: hue angle of 108.12º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4AF021 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB7424033-
CMYK0.6900.860.06
HSL108.12º87.34%53.53%-
HSV(B)108.12º86.25%94.12%-
XYZ34.2663.8911.96-
YUV166.7752.561.83-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.33%
GREEN value IS 240 (94.14% from 255) = 69.16%
BLUE value IS 33 (13.28% from 255) = 9.51%
R=21.33%
G=69.16%
B=9.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal74240330.6900.860.06108.1287.3453.53
Hex4AF0214505666c5736
Octal112360411050126615412766
Binary10010101111000010000110001010101011011011011001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,240,33); }

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

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

 a { background-color: rgb(74,240,33); }

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

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

 span { border-color: rgb(74,240,33); }

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