#46E015

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

Shades of Harlequin #46E015

Tints of Harlequin #46E015

Color information

#46E015 (or 0x46E015) is unknown color: approx Harlequin. HEX triplet: 46, E0 and 15. RGB value is (70,224,21). Sum of RGB (Red+Green+Blue) = 70+224+21=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 224 (87.89% from 255 or 71.11% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 224 - color contains mainly: green. Hex color #46E015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E015 is #B91FEA. Grayscale: #9B9B9B. Windows color (decimal): -12132331 or 1433670. OLE color: 1433670.

HSL color Cylindrical-coordinate representation of color #46E015: hue angle of 105.52º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46E015 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB7022421-
CMYK0.6900.910.12
HSL105.52º82.86%48.04%-
HSV(B)105.52º90.62%87.84%-
XYZ29.3254.679.72-
YUV154.8152.4867.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.22%
GREEN value IS 224 (87.89% from 255) = 71.11%
BLUE value IS 21 (8.59% from 255) = 6.67%
R=22.22%
G=71.11%
B=6.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal70224210.6900.910.12105.5282.8648.04
Hex46E0154505BC6a5330
Octal1063402510501331415212360
Binary10001101110000010101100010101011011110011010101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,224,21); }

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

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

 a { background-color: rgb(70,224,21); }

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

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

 span { border-color: rgb(70,224,21); }

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