#4AFC06

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

Shades of Harlequin #4AFC06

Tints of Harlequin #4AFC06

Color information

#4AFC06 (or 0x4AFC06) is unknown color: approx Harlequin. HEX triplet: 4A, FC and 06. RGB value is (74,252,6). Sum of RGB (Red+Green+Blue) = 74+252+6=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 252 (98.83% from 255 or 75.90% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFC06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFC06 is #B503F9. Grayscale: #ABABAB. Windows color (decimal): -11863034 or 457802. OLE color: 457802.

HSL color Cylindrical-coordinate representation of color #4AFC06: hue angle of 103.41º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4AFC06 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB742526-
CMYK0.7100.980.01
HSL103.41º97.62%50.59%-
HSV(B)103.41º97.62%98.82%-
XYZ37.6771.0911.91-
YUV170.7335.0359-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.29%
GREEN value IS 252 (98.83% from 255) = 75.90%
BLUE value IS 6 (2.73% from 255) = 1.81%
R=22.29%
G=75.90%
B=1.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal7425260.7100.980.01103.4197.6250.59
Hex4AFC6470621676233
Octal11237461070142114714263
Binary100101011111100110100011101100010111001111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,252,6); }

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

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

 a { background-color: rgb(74,252,6); }

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

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

 span { border-color: rgb(74,252,6); }

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