Html Css Color HEX #49EA14 Harlequin

📋 copy color: '#49EA14'

red 73 ◦ green 234 ◦ blue 20

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

Shades of Harlequin #49EA14

Tints of Harlequin #49EA14

RGB

 RED value IS 73 (28.91% from 255) = 22.32%

 GREEN value IS 234 (91.8% from 255) = 71.56%

 BLUE value IS 20 (8.2% from 255) = 6.12%

R = 22.32%
G = 71.56%
B = 6.12%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#49EA14 (or 0x49EA14) is known color: Harlequin. HEX triplet: 49, EA and 14. RGB value is (73,234,20). Sum of RGB (Red+Green+Blue) = 73+234+20=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 234 (91.80% from 255 or 71.56% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 234 - color contains mainly: green. Hex color #49EA14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49EA14 is #B615EB. Grayscale: #A2A2A2. Windows color (decimal): -11933164 or 1370697. OLE color: 1370697.

HSL color Cylindrical-coordinate representation of color #49EA14: hue angle of 105.14º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49EA14 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 234 20 -
CMYK 0.69 0 0.91 0.08
HSL 105.14º 0.84% 0.5% -
HSV(B) 105.14º 0.91% 0.92% -
XYZ 32.3 60.31 10.6 -
YUV 161.47 48.16 64.9 -
System Red Green Blue C M Y K H S L
Decimal 73 234 20 0.69 0 0.91 0.08 105.14 0.84 0.5
Hex 49 EA 14 45 0 5B 8 69 54 32
Octal 111 352 24 105 0 133 10 151 124 62
Binary 1001001 11101010 10100 1000101 0 1011011 1000 1101001 1010100 110010

Color Harmonies of #49EA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EA14

Black with #49EA14

Text Example


Text Example

White with #49EA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49EA14; }

 p { color: rgb(73,234,20); }

 H1.HeaderClassName
 {
   color: #49EA14;
 }
 .AnyTagClassName
 {
   color: #49EA14;
 }
</style>

background-color css

<style>
 a { background-color: #49EA14; }

 a { background-color: rgb(73,234,20); }

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

border-color css

<style>
 span { border-color: #49EA14; }

 span { border-color: rgb(73,234,20); }

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