Html Css Color HEX #49F816 Harlequin

📋 copy color: '#49F816'

red 73 ◦ green 248 ◦ blue 22

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

Shades of Harlequin #49F816

Tints of Harlequin #49F816

RGB

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

 GREEN value IS 248 (97.27% from 255) = 72.3%

 BLUE value IS 22 (8.98% from 255) = 6.41%

R = 21.28%
G = 72.3%
B = 6.41%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#49F816 (or 0x49F816) is known color: Harlequin. HEX triplet: 49, F8 and 16. RGB value is (73,248,22). Sum of RGB (Red+Green+Blue) = 73+248+22=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 248 (97.27% from 255 or 72.30% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 248 - color contains mainly: green. Hex color #49F816 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F816 is #B607E9. Grayscale: #AAAAAA. Windows color (decimal): -11929578 or 1505353. OLE color: 1505353.

HSL color Cylindrical-coordinate representation of color #49F816: hue angle of 106.46º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49F816 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 248 22 -
CMYK 0.71 0 0.91 0.03
HSL 106.46º 0.94% 0.53% -
HSV(B) 106.46º 0.91% 0.97% -
XYZ 36.46 68.61 12.08 -
YUV 169.91 44.52 58.88 -
System Red Green Blue C M Y K H S L
Decimal 73 248 22 0.71 0 0.91 0.03 106.46 0.94 0.53
Hex 49 F8 16 47 0 5B 3 6A 5E 35
Octal 111 370 26 107 0 133 3 152 136 65
Binary 1001001 11111000 10110 1000111 0 1011011 11 1101010 1011110 110101

Color Harmonies of #49F816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F816

Black with #49F816

Text Example


Text Example

White with #49F816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,248,22); }

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

background-color css

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

 a { background-color: rgb(73,248,22); }

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

border-color css

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

 span { border-color: rgb(73,248,22); }

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