#4AF92A

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

Shades of Harlequin #4AF92A

Tints of Harlequin #4AF92A

Color information

#4AF92A (or 0x4AF92A) is unknown color: approx Harlequin. HEX triplet: 4A, F9 and 2A. RGB value is (74,249,42). Sum of RGB (Red+Green+Blue) = 74+249+42=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 249 (97.66% from 255 or 68.22% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF92A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF92A is #B506D5. Grayscale: #ADADAD. Windows color (decimal): -11863766 or 2816330. OLE color: 2816330.

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

Color convert

RGB7424942-
CMYK0.7000.830.02
HSL110.72º94.52%57.06%-
HSV(B)110.72º83.13%97.65%-
XYZ37.1269.3713.62-
YUV173.0854.0257.33-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.27%
GREEN value IS 249 (97.66% from 255) = 68.22%
BLUE value IS 42 (16.80% from 255) = 11.51%
R=20.27%
G=68.22%
B=11.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal74249420.7000.830.02110.7294.5257.06
Hex4AF92A4605326f5f39
Octal112371521060123215713771
Binary1001010111110011010101000110010100111011011111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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