#46F013

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

Shades of Harlequin #46F013

Tints of Harlequin #46F013

Color information

#46F013 (or 0x46F013) is unknown color: approx Harlequin. HEX triplet: 46, F0 and 13. RGB value is (70,240,19). Sum of RGB (Red+Green+Blue) = 70+240+19=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 240 (94.14% from 255 or 72.95% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 240 - color contains mainly: green. Hex color #46F013 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46F013 is #B90FEC. Grayscale: #A4A4A4. Windows color (decimal): -12128237 or 1306694. OLE color: 1306694.

HSL color Cylindrical-coordinate representation of color #46F013: hue angle of 106.15º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #46F013 is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB7024019-
CMYK0.7100.920.06
HSL106.15º88.05%50.78%-
HSV(B)106.15º92.08%94.12%-
XYZ33.863.6711.12-
YUV163.9846.1860.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.28%
GREEN value IS 240 (94.14% from 255) = 72.95%
BLUE value IS 19 (7.81% from 255) = 5.78%
R=21.28%
G=72.95%
B=5.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal70240190.7100.920.06106.1588.0550.78
Hex46F0134705C66a5833
Octal106360231070134615213063
Binary1000110111100001001110001110101110011011010101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46F013; }

 p { color: rgb(70,240,19); }

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

<style>
 a { background-color: #46F013; }

 a { background-color: rgb(70,240,19); }

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

<style>
 span { border-color: #46F013; }

 span { border-color: rgb(70,240,19); }

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