#4AF902

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

Shades of Harlequin #4AF902

Tints of Harlequin #4AF902

Color information

#4AF902 (or 0x4AF902) is unknown color: approx Harlequin. HEX triplet: 4A, F9 and 02. RGB value is (74,249,2). Sum of RGB (Red+Green+Blue) = 74+249+2=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 249 (97.66% from 255 or 76.62% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF902 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF902 is #B506FD. Grayscale: #A9A9A9. Windows color (decimal): -11863806 or 194890. OLE color: 194890.

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

Color convert

RGB742492-
CMYK0.7000.990.02
HSL102.51º98.41%49.22%-
HSV(B)102.51º99.2%97.65%-
XYZ36.7169.2111.48-
YUV168.5234.0260.58-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.77%
GREEN value IS 249 (97.66% from 255) = 76.62%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=22.77%
G=76.62%
B=0.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal7424920.7000.990.02102.5198.4149.22
Hex4AF92460632676231
Octal11237121060143214714261
Binary100101011111001101000110011000111011001111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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