Html Css Color HEX #46EC0F Harlequin

📋 copy color: '#46EC0F'

red 70 ◦ green 236 ◦ blue 15

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

Shades of Harlequin #46EC0F

Tints of Harlequin #46EC0F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 73.52%

 BLUE value IS 15 (6.25% from 255) = 4.67%

R = 21.81%
G = 73.52%
B = 4.67%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#46EC0F (or 0x46EC0F) is known color: Harlequin. HEX triplet: 46, EC and 0F. RGB value is (70,236,15). Sum of RGB (Red+Green+Blue) = 70+236+15=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 236 (92.58% from 255 or 73.52% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 236 - color contains mainly: green. Hex color #46EC0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46EC0F is #B913F0. Grayscale: #A1A1A1. Windows color (decimal): -12129265 or 1043526. OLE color: 1043526.

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

Color convert

RGB 70 236 15 -
CMYK 0.70 0 0.94 0.07
HSL 105.07º 0.88% 0.49% -
HSV(B) 105.07º 0.94% 0.93% -
XYZ 32.61 61.33 10.57 -
YUV 161.17 45.5 62.97 -
System Red Green Blue C M Y K H S L
Decimal 70 236 15 0.70 0 0.94 0.07 105.07 0.88 0.49
Hex 46 EC F 46 0 5E 7 69 58 31
Octal 106 354 17 106 0 136 7 151 130 61
Binary 1000110 11101100 1111 1000110 0 1011110 111 1101001 1011000 110001

Color Harmonies of #46EC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46EC0F

Black with #46EC0F

Text Example


Text Example

White with #46EC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,236,15); }

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

background-color css

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

 a { background-color: rgb(70,236,15); }

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

border-color css

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

 span { border-color: rgb(70,236,15); }

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