#31D704

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

Shades of Harlequin #31D704

Tints of Harlequin #31D704

Color information

#31D704 (or 0x31D704) is unknown color: approx Harlequin. HEX triplet: 31, D7 and 04. RGB value is (49,215,4). Sum of RGB (Red+Green+Blue) = 49+215+4=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 215 (84.38% from 255 or 80.22% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 215 - color contains mainly: green. Hex color #31D704 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D704 is #CE28FB. Grayscale: #8D8D8D. Windows color (decimal): -13510908 or 317233. OLE color: 317233.

HSL color Cylindrical-coordinate representation of color #31D704: hue angle of 107.2º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31D704 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB492154-
CMYK0.7700.980.16
HSL107.2º96.35%42.94%-
HSV(B)107.2º98.14%84.31%-
XYZ25.5949.268.27-
YUV141.3150.562.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.28%
GREEN value IS 215 (84.38% from 255) = 80.22%
BLUE value IS 4 (1.95% from 255) = 1.49%
R=18.28%
G=80.22%
B=1.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal4921540.7700.980.16107.296.3542.94
Hex31D744D062106b602b
Octal61327411501422015314053
Binary110001110101111001001101011000101000011010111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,215,4); }

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

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

 a { background-color: rgb(49,215,4); }

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

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

 span { border-color: rgb(49,215,4); }

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