Html Css Color HEX #46ED12 Harlequin

📋 copy color: '#46ED12'

red 70 ◦ green 237 ◦ blue 18

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

Shades of Harlequin #46ED12

Tints of Harlequin #46ED12

RGB

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

 GREEN value IS 237 (92.97% from 255) = 72.92%

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

R = 21.54%
G = 72.92%
B = 5.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#46ED12 (or 0x46ED12) is known color: Harlequin. HEX triplet: 46, ED and 12. RGB value is (70,237,18). Sum of RGB (Red+Green+Blue) = 70+237+18=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 237 (92.97% from 255 or 72.92% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 237 - color contains mainly: green. Hex color #46ED12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46ED12 is #B912ED. Grayscale: #A2A2A2. Windows color (decimal): -12129006 or 1240390. OLE color: 1240390.

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

Color convert

RGB 70 237 18 -
CMYK 0.70 0 0.92 0.07
HSL 105.75º 0.86% 0.5% -
HSV(B) 105.75º 0.92% 0.93% -
XYZ 32.92 61.91 10.79 -
YUV 162.1 46.67 62.31 -
System Red Green Blue C M Y K H S L
Decimal 70 237 18 0.70 0 0.92 0.07 105.75 0.86 0.5
Hex 46 ED 12 46 0 5C 7 6A 56 32
Octal 106 355 22 106 0 134 7 152 126 62
Binary 1000110 11101101 10010 1000110 0 1011100 111 1101010 1010110 110010

Color Harmonies of #46ED12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46ED12

Black with #46ED12

Text Example


Text Example

White with #46ED12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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