Html Css Color HEX #46E001 Harlequin

📋 copy color: '#46E001'

red 70 ◦ green 224 ◦ blue 1

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

Shades of Harlequin #46E001

Tints of Harlequin #46E001

RGB

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

 GREEN value IS 224 (87.89% from 255) = 75.93%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 23.73%
G = 75.93%
B = 0.34%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#46E001 (or 0x46E001) is known color: Harlequin. HEX triplet: 46, E0 and 01. RGB value is (70,224,1). Sum of RGB (Red+Green+Blue) = 70+224+1=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 224 (87.89% from 255 or 75.93% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 224 - color contains mainly: green. Hex color #46E001 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E001 is #B91FFE. Grayscale: #999999. Windows color (decimal): -12132351 or 122950. OLE color: 122950.

HSL color Cylindrical-coordinate representation of color #46E001: hue angle of 101.43º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46E001 is Cyan = 0.69, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 70 224 1 -
CMYK 0.69 0 1.00 0.12
HSL 101.44º 0.99% 0.44% -
HSV(B) 101.44º 1% 0.88% -
XYZ 29.19 54.62 9.03 -
YUV 152.53 42.48 69.13 -
System Red Green Blue C M Y K H S L
Decimal 70 224 1 0.69 0 1.00 0.12 101.44 0.99 0.44
Hex 46 E0 1 45 0 64 C 65 63 2C
Octal 106 340 1 105 0 144 14 145 143 54
Binary 1000110 11100000 1 1000101 0 1100100 1100 1100101 1100011 101100

Color Harmonies of #46E001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E001

Black with #46E001

Text Example


Text Example

White with #46E001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,224,1); }

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

background-color css

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

 a { background-color: rgb(70,224,1); }

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

border-color css

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

 span { border-color: rgb(70,224,1); }

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