Html Css Color HEX #49F110 Harlequin

📋 copy color: '#49F110'

red 73 ◦ green 241 ◦ blue 16

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

Shades of Harlequin #49F110

Tints of Harlequin #49F110

RGB

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

 GREEN value IS 241 (94.53% from 255) = 73.03%

 BLUE value IS 16 (6.64% from 255) = 4.85%

R = 22.12%
G = 73.03%
B = 4.85%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#49F110 (or 0x49F110) is known color: Harlequin. HEX triplet: 49, F1 and 10. RGB value is (73,241,16). Sum of RGB (Red+Green+Blue) = 73+241+16=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 241 (94.53% from 255 or 73.03% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 241 - color contains mainly: green. Hex color #49F110 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F110 is #B60EEF. Grayscale: #A5A5A5. Windows color (decimal): -11931376 or 1110345. OLE color: 1110345.

HSL color Cylindrical-coordinate representation of color #49F110: hue angle of 104.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49F110 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 241 16 -
CMYK 0.70 0 0.93 0.05
HSL 104.8º 0.89% 0.5% -
HSV(B) 104.8º 0.93% 0.95% -
XYZ 34.3 64.36 11.11 -
YUV 165.12 43.84 62.3 -
System Red Green Blue C M Y K H S L
Decimal 73 241 16 0.70 0 0.93 0.05 104.8 0.89 0.5
Hex 49 F1 10 46 0 5D 5 69 59 32
Octal 111 361 20 106 0 135 5 151 131 62
Binary 1001001 11110001 10000 1000110 0 1011101 101 1101001 1011001 110010

Color Harmonies of #49F110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F110

Black with #49F110

Text Example


Text Example

White with #49F110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,241,16); }

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

background-color css

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

 a { background-color: rgb(73,241,16); }

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

border-color css

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

 span { border-color: rgb(73,241,16); }

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