Html Css Color HEX #46E101 Harlequin

📋 copy color: '#46E101'

red 70 ◦ green 225 ◦ blue 1

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

Shades of Harlequin #46E101

Tints of Harlequin #46E101

RGB

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

 GREEN value IS 225 (88.28% from 255) = 76.01%

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

R = 23.65%
G = 76.01%
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

#46E101 (or 0x46E101) is known color: Harlequin. HEX triplet: 46, E1 and 01. RGB value is (70,225,1). Sum of RGB (Red+Green+Blue) = 70+225+1=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 225 (88.28% from 255 or 76.01% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 225 - color contains mainly: green. Hex color #46E101 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E101 is #B91EFE. Grayscale: #999999. Windows color (decimal): -12132095 or 123206. OLE color: 123206.

HSL color Cylindrical-coordinate representation of color #46E101: hue angle of 101.52º 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 #46E101 is Cyan = 0.69, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 70 225 1 -
CMYK 0.69 0 1.00 0.12
HSL 101.52º 0.99% 0.44% -
HSV(B) 101.52º 1% 0.88% -
XYZ 29.46 55.15 9.12 -
YUV 153.12 42.15 68.71 -
System Red Green Blue C M Y K H S L
Decimal 70 225 1 0.69 0 1.00 0.12 101.52 0.99 0.44
Hex 46 E1 1 45 0 64 C 66 63 2C
Octal 106 341 1 105 0 144 14 146 143 54
Binary 1000110 11100001 1 1000101 0 1100100 1100 1100110 1100011 101100

Color Harmonies of #46E101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E101

Black with #46E101

Text Example


Text Example

White with #46E101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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