#4AF81D

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

Shades of Harlequin #4AF81D

Tints of Harlequin #4AF81D

Color information

#4AF81D (or 0x4AF81D) is unknown color: approx Harlequin. HEX triplet: 4A, F8 and 1D. RGB value is (74,248,29). Sum of RGB (Red+Green+Blue) = 74+248+29=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 248 (97.27% from 255 or 70.66% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF81D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF81D is #B507E2. Grayscale: #ABABAB. Windows color (decimal): -11864035 or 1964106. OLE color: 1964106.

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

Color convert

RGB7424829-
CMYK0.7000.880.03
HSL107.67º93.99%54.31%-
HSV(B)107.67º88.31%97.25%-
XYZ36.6168.6812.49-
YUV171.0147.8558.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.08%
GREEN value IS 248 (97.27% from 255) = 70.66%
BLUE value IS 29 (11.72% from 255) = 8.26%
R=21.08%
G=70.66%
B=8.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal74248290.7000.880.03107.6793.9954.31
Hex4AF81D4605836c5e36
Octal112370351060130315413666
Binary100101011111000111011000110010110001111011001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF81D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,248,29); }

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

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

 a { background-color: rgb(74,248,29); }

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

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

 span { border-color: rgb(74,248,29); }

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