#46e214

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

Shades of Harlequin #46E214

Tints of Harlequin #46E214

Color information

#46E214 (or 0x46E214) is unknown color: approx Harlequin. HEX triplet: 46, E2 and 14. RGB value is (70,226,20). Sum of RGB (Red+Green+Blue) = 70+226+20=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 226 (88.67% from 255 or 71.52% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 226 - color contains mainly: green. Hex color #46E214 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E214 is #B91DEB. Grayscale: #9C9C9C. Windows color (decimal): -12131820 or 1368646. OLE color: 1368646.

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

Color convert

RGB7022620-
CMYK0.6900.910.11
HSL105.44º83.74%48.24%-
HSV(B)105.44º91.15%88.63%-
XYZ29.8555.759.85-
YUV155.8751.3266.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.15%
GREEN value IS 226 (88.67% from 255) = 71.52%
BLUE value IS 20 (8.20% from 255) = 6.33%
R=22.15%
G=71.52%
B=6.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal70226200.6900.910.11105.4483.7448.24
Hex46E2144505BB695430
Octal1063422410501331315112460
Binary10001101110001010100100010101011011101111010011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46e214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,226,20); }

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

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

 a { background-color: rgb(70,226,20); }

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

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

 span { border-color: rgb(70,226,20); }

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