#4AF71C

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

Shades of Harlequin #4AF71C

Tints of Harlequin #4AF71C

Color information

#4AF71C (or 0x4AF71C) is unknown color: approx Harlequin. HEX triplet: 4A, F7 and 1C. RGB value is (74,247,28). Sum of RGB (Red+Green+Blue) = 74+247+28=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 247 (96.88% from 255 or 70.77% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF71C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF71C is #B508E3. Grayscale: #ABABAB. Windows color (decimal): -11864292 or 1898314. OLE color: 1898314.

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

Color convert

RGB7424728-
CMYK0.7000.890.03
HSL107.4º93.19%53.92%-
HSV(B)107.4º88.66%96.86%-
XYZ36.2968.0612.32-
YUV170.3147.6959.31-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.20%
GREEN value IS 247 (96.88% from 255) = 70.77%
BLUE value IS 28 (11.33% from 255) = 8.02%
R=21.20%
G=70.77%
B=8.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal74247280.7000.890.03107.493.1953.92
Hex4AF71C4605936b5d36
Octal112367341060131315313566
Binary100101011110111111001000110010110011111010111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF71C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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