#31ff1f

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

Shades of Harlequin #31FF1F

Tints of Harlequin #31FF1F

Color information

#31FF1F (or 0x31FF1F) is unknown color: approx Harlequin. HEX triplet: 31, FF and 1F. RGB value is (49,255,31). Sum of RGB (Red+Green+Blue) = 49+255+31=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 255 (100% from 255 or 76.12% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FF1F is #CE00E0. Grayscale: #A8A8A8. Windows color (decimal): -13500641 or 2096945. OLE color: 2096945.

HSL color Cylindrical-coordinate representation of color #31FF1F: hue angle of 115.18º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31FF1F is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB4925531-
CMYK0.8100.880
HSL115.18º100%56.08%-
HSV(B)115.18º87.84%100%-
XYZ37.2772.2713.28-
YUV167.8750.7543.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.63%
GREEN value IS 255 (100% from 255) = 76.12%
BLUE value IS 31 (12.5% from 255) = 9.25%
R=14.63%
G=76.12%
B=9.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal49255310.8100.880115.1810056.08
Hex31FF1F510580736438
Octal61377371210130016314470
Binary1100011111111111111101000101011000011100111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31ff1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,255,31); }

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

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

 a { background-color: rgb(49,255,31); }

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

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

 span { border-color: rgb(49,255,31); }

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