#4AF128

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

Shades of Harlequin #4AF128

Tints of Harlequin #4AF128

Color information

#4AF128 (or 0x4AF128) is unknown color: approx Harlequin. HEX triplet: 4A, F1 and 28. RGB value is (74,241,40). Sum of RGB (Red+Green+Blue) = 74+241+40=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 241 (94.53% from 255 or 67.89% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF128 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF128 is #B50ED7. Grayscale: #A8A8A8. Windows color (decimal): -11865816 or 2683210. OLE color: 2683210.

HSL color Cylindrical-coordinate representation of color #4AF128: hue angle of 109.85º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4AF128 is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB7424140-
CMYK0.6900.830.05
HSL109.85º87.77%55.1%-
HSV(B)109.85º83.4%94.51%-
XYZ34.6664.5212.63-
YUV168.1555.6760.84-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.85%
GREEN value IS 241 (94.53% from 255) = 67.89%
BLUE value IS 40 (16.02% from 255) = 11.27%
R=20.85%
G=67.89%
B=11.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal74241400.6900.830.05109.8587.7755.1
Hex4AF1284505356e5837
Octal112361501050123515613067
Binary10010101111000110100010001010101001110111011101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,241,40); }

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

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

 a { background-color: rgb(74,241,40); }

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

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

 span { border-color: rgb(74,241,40); }

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