Html Css Color HEX #46E812 Harlequin

📋 copy color: '#46E812'

red 70 ◦ green 232 ◦ blue 18

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

Shades of Harlequin #46E812

Tints of Harlequin #46E812

RGB

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

 GREEN value IS 232 (91.02% from 255) = 72.5%

 BLUE value IS 18 (7.42% from 255) = 5.63%

R = 21.88%
G = 72.5%
B = 5.63%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#46E812 (or 0x46E812) is known color: Harlequin. HEX triplet: 46, E8 and 12. RGB value is (70,232,18). Sum of RGB (Red+Green+Blue) = 70+232+18=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 232 (91.02% from 255 or 72.5% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 232 - color contains mainly: green. Hex color #46E812 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46E812 is #B917ED. Grayscale: #9F9F9F. Windows color (decimal): -12130286 or 1239110. OLE color: 1239110.

HSL color Cylindrical-coordinate representation of color #46E812: hue angle of 105.42º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #46E812 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 70 232 18 -
CMYK 0.70 0 0.92 0.09
HSL 105.42º 0.86% 0.49% -
HSV(B) 105.42º 0.92% 0.91% -
XYZ 31.49 59.06 10.31 -
YUV 159.17 48.33 64.4 -
System Red Green Blue C M Y K H S L
Decimal 70 232 18 0.70 0 0.92 0.09 105.42 0.86 0.49
Hex 46 E8 12 46 0 5C 9 69 56 31
Octal 106 350 22 106 0 134 11 151 126 61
Binary 1000110 11101000 10010 1000110 0 1011100 1001 1101001 1010110 110001

Color Harmonies of #46E812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E812

Black with #46E812

Text Example


Text Example

White with #46E812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,232,18); }

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

background-color css

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

 a { background-color: rgb(70,232,18); }

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

border-color css

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

 span { border-color: rgb(70,232,18); }

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