#31F40B

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

Shades of Harlequin #31F40B

Tints of Harlequin #31F40B

Color information

#31F40B (or 0x31F40B) is unknown color: approx Harlequin. HEX triplet: 31, F4 and 0B. RGB value is (49,244,11). Sum of RGB (Red+Green+Blue) = 49+244+11=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 244 (95.70% from 255 or 80.26% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 244 - color contains mainly: green. Hex color #31F40B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F40B is #CE0BF4. Grayscale: #9F9F9F. Windows color (decimal): -13503477 or 783409. OLE color: 783409.

HSL color Cylindrical-coordinate representation of color #31F40B: hue angle of 110.21º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31F40B is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB4924411-
CMYK0.8000.950.04
HSL110.21º91.37%50%-
HSV(B)110.21º95.49%95.69%-
XYZ33.6865.3811.16-
YUV159.1344.449.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.12%
GREEN value IS 244 (95.70% from 255) = 80.26%
BLUE value IS 11 (4.69% from 255) = 3.62%
R=16.12%
G=80.26%
B=3.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal49244110.8000.950.04110.2191.3750
Hex31F4B5005F46e5b32
Octal61364131200137415613362
Binary11000111110100101110100000101111110011011101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,244,11); }

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

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

 a { background-color: rgb(49,244,11); }

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

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

 span { border-color: rgb(49,244,11); }

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