#4AF921

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

Shades of Harlequin #4AF921

Tints of Harlequin #4AF921

Color information

#4AF921 (or 0x4AF921) is unknown color: approx Harlequin. HEX triplet: 4A, F9 and 21. RGB value is (74,249,33). Sum of RGB (Red+Green+Blue) = 74+249+33=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 249 (97.66% from 255 or 69.94% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF921 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF921 is #B506DE. Grayscale: #ACACAC. Windows color (decimal): -11863775 or 2226506. OLE color: 2226506.

HSL color Cylindrical-coordinate representation of color #4AF921: hue angle of 108.61º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4AF921 is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB7424933-
CMYK0.7000.870.02
HSL108.61º94.74%55.29%-
HSV(B)108.61º86.75%97.65%-
XYZ36.9769.3212.87-
YUV172.0549.5258.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.79%
GREEN value IS 249 (97.66% from 255) = 69.94%
BLUE value IS 33 (13.28% from 255) = 9.27%
R=20.79%
G=69.94%
B=9.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal74249330.7000.870.02108.6194.7455.29
Hex4AF9214605726d5f37
Octal112371411060127215513767
Binary1001010111110011000011000110010101111011011011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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