#31F113

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

Shades of Harlequin #31F113

Tints of Harlequin #31F113

Color information

#31F113 (or 0x31F113) is unknown color: approx Harlequin. HEX triplet: 31, F1 and 13. RGB value is (49,241,19). Sum of RGB (Red+Green+Blue) = 49+241+19=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 241 (94.53% from 255 or 77.99% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 241 - color contains mainly: green. Hex color #31F113 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F113 is #CE0EEC. Grayscale: #9E9E9E. Windows color (decimal): -13504237 or 1306929. OLE color: 1306929.

HSL color Cylindrical-coordinate representation of color #31F113: hue angle of 111.89º 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 #31F113 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB4924119-
CMYK0.8000.920.05
HSL111.89º88.8%50.98%-
HSV(B)111.89º92.12%94.51%-
XYZ32.8463.6111.16-
YUV158.2849.3950.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.86%
GREEN value IS 241 (94.53% from 255) = 77.99%
BLUE value IS 19 (7.81% from 255) = 6.15%
R=15.86%
G=77.99%
B=6.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal49241190.8000.920.05111.8988.850.98
Hex31F1135005C5705933
Octal61361231200134516013163
Binary110001111100011001110100000101110010111100001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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