Html Css Color HEX #49E515 Harlequin

📋 copy color: '#49E515'

red 73 ◦ green 229 ◦ blue 21

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

Shades of Harlequin #49E515

Tints of Harlequin #49E515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.5%

R = 22.6%
G = 70.9%
B = 6.5%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#49E515 (or 0x49E515) is known color: Harlequin. HEX triplet: 49, E5 and 15. RGB value is (73,229,21). Sum of RGB (Red+Green+Blue) = 73+229+21=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 229 (89.84% from 255 or 70.90% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 229 - color contains mainly: green. Hex color #49E515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E515 is #B61AEA. Grayscale: #9F9F9F. Windows color (decimal): -11934443 or 1434953. OLE color: 1434953.

HSL color Cylindrical-coordinate representation of color #49E515: hue angle of 105º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49E515 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 73 229 21 -
CMYK 0.68 0 0.91 0.10
HSL 105º 0.83% 0.49% -
HSV(B) 105º 0.91% 0.9% -
XYZ 30.9 57.51 10.18 -
YUV 158.64 50.32 66.91 -
System Red Green Blue C M Y K H S L
Decimal 73 229 21 0.68 0 0.91 0.10 105 0.83 0.49
Hex 49 E5 15 44 0 5B A 69 53 31
Octal 111 345 25 104 0 133 12 151 123 61
Binary 1001001 11100101 10101 1000100 0 1011011 1010 1101001 1010011 110001

Color Harmonies of #49E515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E515

Black with #49E515

Text Example


Text Example

White with #49E515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,229,21); }

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

background-color css

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

 a { background-color: rgb(73,229,21); }

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

border-color css

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

 span { border-color: rgb(73,229,21); }

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