#31e107

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

Shades of Harlequin #31E107

Tints of Harlequin #31E107

Color information

#31E107 (or 0x31E107) is unknown color: approx Harlequin. HEX triplet: 31, E1 and 07. RGB value is (49,225,7). Sum of RGB (Red+Green+Blue) = 49+225+7=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 225 (88.28% from 255 or 80.07% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 225 - color contains mainly: green. Hex color #31E107 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31E107 is #CE1EF8. Grayscale: #949494. Windows color (decimal): -13508345 or 516401. OLE color: 516401.

HSL color Cylindrical-coordinate representation of color #31E107: hue angle of 108.44º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31E107 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB492257-
CMYK0.7800.970.12
HSL108.44º93.97%45.49%-
HSV(B)108.44º96.89%88.24%-
XYZ28.2354.529.24-
YUV147.5248.6957.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.44%
GREEN value IS 225 (88.28% from 255) = 80.07%
BLUE value IS 7 (3.12% from 255) = 2.49%
R=17.44%
G=80.07%
B=2.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal4922570.7800.970.12108.4493.9745.49
Hex31E174E061C6c5e2d
Octal61341711601411415413655
Binary11000111100001111100111001100001110011011001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31e107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,225,7); }

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

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

 a { background-color: rgb(49,225,7); }

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

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

 span { border-color: rgb(49,225,7); }

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