Html Css Color HEX #46E50A Harlequin

📋 copy color: '#46E50A'

red 70 ◦ green 229 ◦ blue 10

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

Shades of Harlequin #46E50A

Tints of Harlequin #46E50A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 74.11%

 BLUE value IS 10 (4.3% from 255) = 3.24%

R = 22.65%
G = 74.11%
B = 3.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#46E50A (or 0x46E50A) is known color: Harlequin. HEX triplet: 46, E5 and 0A. RGB value is (70,229,10). Sum of RGB (Red+Green+Blue) = 70+229+10=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 229 (89.84% from 255 or 74.11% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 229 - color contains mainly: green. Hex color #46E50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E50A is #B91AF5. Grayscale: #9D9D9D. Windows color (decimal): -12131062 or 714054. OLE color: 714054.

HSL color Cylindrical-coordinate representation of color #46E50A: hue angle of 103.56º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46E50A is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 70 229 10 -
CMYK 0.69 0 0.96 0.10
HSL 103.56º 0.92% 0.47% -
HSV(B) 103.56º 0.96% 0.9% -
XYZ 30.6 57.36 9.75 -
YUV 156.49 45.32 66.31 -
System Red Green Blue C M Y K H S L
Decimal 70 229 10 0.69 0 0.96 0.10 103.56 0.92 0.47
Hex 46 E5 A 45 0 60 A 68 5C 2F
Octal 106 345 12 105 0 140 12 150 134 57
Binary 1000110 11100101 1010 1000101 0 1100000 1010 1101000 1011100 101111

Color Harmonies of #46E50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E50A

Black with #46E50A

Text Example


Text Example

White with #46E50A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,229,10); }

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

background-color css

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

 a { background-color: rgb(70,229,10); }

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

border-color css

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

 span { border-color: rgb(70,229,10); }

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