#4AF120

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

Shades of Harlequin #4AF120

Tints of Harlequin #4AF120

Color information

#4AF120 (or 0x4AF120) is unknown color: approx Harlequin. HEX triplet: 4A, F1 and 20. RGB value is (74,241,32). Sum of RGB (Red+Green+Blue) = 74+241+32=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 241 (94.53% from 255 or 69.45% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF120 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF120 is #B50EDF. Grayscale: #A7A7A7. Windows color (decimal): -11865824 or 2158922. OLE color: 2158922.

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

Color convert

RGB7424132-
CMYK0.6900.870.05
HSL107.94º88.19%53.53%-
HSV(B)107.94º86.72%94.51%-
XYZ34.5464.4711.99-
YUV167.2451.6761.49-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.33%
GREEN value IS 241 (94.53% from 255) = 69.45%
BLUE value IS 32 (12.89% from 255) = 9.22%
R=21.33%
G=69.45%
B=9.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal74241320.6900.870.05107.9488.1953.53
Hex4AF1204505756c5836
Octal112361401050127515413066
Binary10010101111000110000010001010101011110111011001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,241,32); }

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

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

 a { background-color: rgb(74,241,32); }

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

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

 span { border-color: rgb(74,241,32); }

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