Html Css Color HEX #46E00D Harlequin

📋 copy color: '#46E00D'

red 70 ◦ green 224 ◦ blue 13

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

Shades of Harlequin #46E00D

Tints of Harlequin #46E00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.23%

R = 22.8%
G = 72.96%
B = 4.23%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#46E00D (or 0x46E00D) is known color: Harlequin. HEX triplet: 46, E0 and 0D. RGB value is (70,224,13). Sum of RGB (Red+Green+Blue) = 70+224+13=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 224 (87.89% from 255 or 72.96% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 224 - color contains mainly: green. Hex color #46E00D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E00D is #B91FF2. Grayscale: #9A9A9A. Windows color (decimal): -12132339 or 909382. OLE color: 909382.

HSL color Cylindrical-coordinate representation of color #46E00D: hue angle of 103.79º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46E00D is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 70 224 13 -
CMYK 0.69 0 0.94 0.12
HSL 103.79º 0.89% 0.46% -
HSV(B) 103.79º 0.94% 0.88% -
XYZ 29.25 54.64 9.39 -
YUV 153.9 48.48 68.16 -
System Red Green Blue C M Y K H S L
Decimal 70 224 13 0.69 0 0.94 0.12 103.79 0.89 0.46
Hex 46 E0 D 45 0 5E C 68 59 2E
Octal 106 340 15 105 0 136 14 150 131 56
Binary 1000110 11100000 1101 1000101 0 1011110 1100 1101000 1011001 101110

Color Harmonies of #46E00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E00D

Black with #46E00D

Text Example


Text Example

White with #46E00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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