#4AF015

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

Shades of Harlequin #4AF015

Tints of Harlequin #4AF015

Color information

#4AF015 (or 0x4AF015) is unknown color: approx Harlequin. HEX triplet: 4A, F0 and 15. RGB value is (74,240,21). Sum of RGB (Red+Green+Blue) = 74+240+21=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 240 (94.14% from 255 or 71.64% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF015 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF015 is #B50FEA. Grayscale: #A6A6A6. Windows color (decimal): -11866091 or 1437770. OLE color: 1437770.

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

Color convert

RGB7424021-
CMYK0.6900.910.06
HSL105.48º87.95%51.18%-
HSV(B)105.48º91.25%94.12%-
XYZ34.1263.8311.23-
YUV165.446.562.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.09%
GREEN value IS 240 (94.14% from 255) = 71.64%
BLUE value IS 21 (8.59% from 255) = 6.27%
R=22.09%
G=71.64%
B=6.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal74240210.6900.910.06105.4887.9551.18
Hex4AF0154505B6695833
Octal112360251050133615113063
Binary1001010111100001010110001010101101111011010011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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