Html Css Color HEX #46E516 Harlequin

📋 copy color: '#46E516'

red 70 ◦ green 229 ◦ blue 22

#46E516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #46E516

Tints of Harlequin #46E516

RGB

 RED value IS 70 (27.73% from 255) = 21.81%

 GREEN value IS 229 (89.84% from 255) = 71.34%

 BLUE value IS 22 (8.98% from 255) = 6.85%

R = 21.81%
G = 71.34%
B = 6.85%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#46E516 (or 0x46E516) is known color: Harlequin. HEX triplet: 46, E5 and 16. RGB value is (70,229,22). Sum of RGB (Red+Green+Blue) = 70+229+22=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 229 (89.84% from 255 or 71.34% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 229 - color contains mainly: green. Hex color #46E516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E516 is #B91AE9. Grayscale: #9E9E9E. Windows color (decimal): -12131050 or 1500486. OLE color: 1500486.

HSL color Cylindrical-coordinate representation of color #46E516: hue angle of 106.09º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46E516 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 70 229 22 -
CMYK 0.69 0 0.90 0.10
HSL 106.09º 0.82% 0.49% -
HSV(B) 106.09º 0.9% 0.9% -
XYZ 30.69 57.4 10.22 -
YUV 157.86 51.32 65.33 -
System Red Green Blue C M Y K H S L
Decimal 70 229 22 0.69 0 0.90 0.10 106.09 0.82 0.49
Hex 46 E5 16 45 0 5A A 6A 52 31
Octal 106 345 26 105 0 132 12 152 122 61
Binary 1000110 11100101 10110 1000101 0 1011010 1010 1101010 1010010 110001

Color Harmonies of #46E516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E516

Black with #46E516

Text Example


Text Example

White with #46E516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,229,22); }

 H1.HeaderClassName
 {
   color: #46E516;
 }
 .AnyTagClassName
 {
   color: #46E516;
 }
</style>

background-color css

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

 a { background-color: rgb(70,229,22); }

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

border-color css

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

 span { border-color: rgb(70,229,22); }

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