Html Css Color HEX #49E507 Harlequin

📋 copy color: '#49E507'

red 73 ◦ green 229 ◦ blue 7

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

Shades of Harlequin #49E507

Tints of Harlequin #49E507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.27%

R = 23.62%
G = 74.11%
B = 2.27%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#49E507 (or 0x49E507) is known color: Harlequin. HEX triplet: 49, E5 and 07. RGB value is (73,229,7). Sum of RGB (Red+Green+Blue) = 73+229+7=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 229 (89.84% from 255 or 74.11% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 229 - color contains mainly: green. Hex color #49E507 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E507 is #B61AF8. Grayscale: #9D9D9D. Windows color (decimal): -11934457 or 517449. OLE color: 517449.

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

Color convert

RGB 73 229 7 -
CMYK 0.68 0 0.97 0.10
HSL 102.16º 0.94% 0.46% -
HSV(B) 102.16º 0.97% 0.9% -
XYZ 30.81 57.47 9.67 -
YUV 157.05 43.32 68.05 -
System Red Green Blue C M Y K H S L
Decimal 73 229 7 0.68 0 0.97 0.10 102.16 0.94 0.46
Hex 49 E5 7 44 0 61 A 66 5E 2E
Octal 111 345 7 104 0 141 12 146 136 56
Binary 1001001 11100101 111 1000100 0 1100001 1010 1100110 1011110 101110

Color Harmonies of #49E507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E507

Black with #49E507

Text Example


Text Example

White with #49E507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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