#31EF16

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

Shades of Harlequin #31EF16

Tints of Harlequin #31EF16

Color information

#31EF16 (or 0x31EF16) is unknown color: approx Harlequin. HEX triplet: 31, EF and 16. RGB value is (49,239,22). Sum of RGB (Red+Green+Blue) = 49+239+22=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 239 (93.75% from 255 or 77.10% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 239 - color contains mainly: green. Hex color #31EF16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31EF16 is #CE10E9. Grayscale: #9E9E9E. Windows color (decimal): -13504746 or 1503025. OLE color: 1503025.

HSL color Cylindrical-coordinate representation of color #31EF16: hue angle of 112.53º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31EF16 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB4923922-
CMYK0.7900.910.06
HSL112.53º87.15%51.18%-
HSV(B)112.53º90.79%93.73%-
XYZ32.2862.4411.11-
YUV157.4551.5550.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.81%
GREEN value IS 239 (93.75% from 255) = 77.10%
BLUE value IS 22 (8.98% from 255) = 7.10%
R=15.81%
G=77.10%
B=7.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal49239220.7900.910.06112.5387.1551.18
Hex31EF164F05B6715733
Octal61357261170133616112763
Binary110001111011111011010011110101101111011100011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31EF16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,239,22); }

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

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

 a { background-color: rgb(49,239,22); }

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

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

 span { border-color: rgb(49,239,22); }

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