#4AF724

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

Shades of Harlequin #4AF724

Tints of Harlequin #4AF724

Color information

#4AF724 (or 0x4AF724) is unknown color: approx Harlequin. HEX triplet: 4A, F7 and 24. RGB value is (74,247,36). Sum of RGB (Red+Green+Blue) = 74+247+36=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 247 (96.88% from 255 or 69.19% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF724 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF724 is #B508DB. Grayscale: #ABABAB. Windows color (decimal): -11864284 or 2422602. OLE color: 2422602.

HSL color Cylindrical-coordinate representation of color #4AF724: hue angle of 109.19º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4AF724 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB7424736-
CMYK0.7000.850.03
HSL109.19º92.95%55.49%-
HSV(B)109.19º85.43%96.86%-
XYZ36.468.112.9-
YUV171.2251.6958.66-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.73%
GREEN value IS 247 (96.88% from 255) = 69.19%
BLUE value IS 36 (14.45% from 255) = 10.08%
R=20.73%
G=69.19%
B=10.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal74247360.7000.850.03109.1992.9555.49
Hex4AF7244605536d5d37
Octal112367441060125315513567
Binary1001010111101111001001000110010101011111011011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,247,36); }

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

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

 a { background-color: rgb(74,247,36); }

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

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

 span { border-color: rgb(74,247,36); }

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