#49F113

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

Shades of Harlequin #49F113

Tints of Harlequin #49F113

Color information

#49F113 (or 0x49F113) is unknown color: approx Harlequin. HEX triplet: 49, F1 and 13. RGB value is (73,241,19). Sum of RGB (Red+Green+Blue) = 73+241+19=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 241 (94.53% from 255 or 72.37% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 241 - color contains mainly: green. Hex color #49F113 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F113 is #B60EEC. Grayscale: #A6A6A6. Windows color (decimal): -11931373 or 1306953. OLE color: 1306953.

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

Color convert

RGB7324119-
CMYK0.7000.920.05
HSL105.41º88.8%50.98%-
HSV(B)105.41º92.12%94.51%-
XYZ34.3264.3711.23-
YUV165.4645.3462.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.92%
GREEN value IS 241 (94.53% from 255) = 72.37%
BLUE value IS 19 (7.81% from 255) = 5.71%
R=21.92%
G=72.37%
B=5.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal73241190.7000.920.05105.4188.850.98
Hex49F1134605C5695933
Octal111361231060134515113163
Binary1001001111100011001110001100101110010111010011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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