#46E310

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

Shades of Harlequin #46E310

Tints of Harlequin #46E310

Color information

#46E310 (or 0x46E310) is unknown color: approx Harlequin. HEX triplet: 46, E3 and 10. RGB value is (70,227,16). Sum of RGB (Red+Green+Blue) = 70+227+16=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 227 (89.06% from 255 or 72.52% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 227 - color contains mainly: green. Hex color #46E310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E310 is #B91CEF. Grayscale: #9C9C9C. Windows color (decimal): -12131568 or 1106758. OLE color: 1106758.

HSL color Cylindrical-coordinate representation of color #46E310: hue angle of 104.64º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46E310 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB7022716-
CMYK0.6900.930.11
HSL104.64º86.83%47.65%-
HSV(B)104.64º92.95%89.02%-
XYZ30.0956.289.77-
YUV15648.9966.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.36%
GREEN value IS 227 (89.06% from 255) = 72.52%
BLUE value IS 16 (6.64% from 255) = 5.11%
R=22.36%
G=72.52%
B=5.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal70227160.6900.930.11104.6486.8347.65
Hex46E3104505DB695730
Octal1063432010501351315112760
Binary10001101110001110000100010101011101101111010011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,227,16); }

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

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

 a { background-color: rgb(70,227,16); }

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

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

 span { border-color: rgb(70,227,16); }

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