#49F726

Color #49F726 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #49F726

Tints of Harlequin #49F726

Color information

#49F726 (or 0x49F726) is unknown color: approx Harlequin. HEX triplet: 49, F7 and 26. RGB value is (73,247,38). Sum of RGB (Red+Green+Blue) = 73+247+38=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 247 (96.88% from 255 or 68.99% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 247 - color contains mainly: green. Hex color #49F726 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F726 is #B608D9. Grayscale: #ABABAB. Windows color (decimal): -11929818 or 2553673. OLE color: 2553673.

HSL color Cylindrical-coordinate representation of color #49F726: hue angle of 109.95º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49F726 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB7324738-
CMYK0.7000.850.03
HSL109.95º92.89%55.88%-
HSV(B)109.95º84.62%96.86%-
XYZ36.3668.0813.06-
YUV171.1552.8557.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.39%
GREEN value IS 247 (96.88% from 255) = 68.99%
BLUE value IS 38 (15.23% from 255) = 10.61%
R=20.39%
G=68.99%
B=10.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal73247380.7000.850.03109.9592.8955.88
Hex49F7264605536e5d38
Octal111367461060125315613570
Binary1001001111101111001101000110010101011111011101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,247,38); }

 H1.HeaderClassName
 {
   color: #49F726;
 }
 .AnyTagClassName
 {
   color: #49F726;
 }
</style>
background-color css

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

 a { background-color: rgb(73,247,38); }

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

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

 span { border-color: rgb(73,247,38); }

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