#31DD0C

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

Shades of Harlequin #31DD0C

Tints of Harlequin #31DD0C

Color information

#31DD0C (or 0x31DD0C) is unknown color: approx Harlequin. HEX triplet: 31, DD and 0C. RGB value is (49,221,12). Sum of RGB (Red+Green+Blue) = 49+221+12=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 221 (86.72% from 255 or 78.37% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31DD0C is #CE22F3. Grayscale: #929292. Windows color (decimal): -13509364 or 843057. OLE color: 843057.

HSL color Cylindrical-coordinate representation of color #31DD0C: hue angle of 109.38º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31DD0C is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB4922112-
CMYK0.7800.950.13
HSL109.38º89.7%45.69%-
HSV(B)109.38º94.57%86.67%-
XYZ27.1952.399.03-
YUV145.7552.5258.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.38%
GREEN value IS 221 (86.72% from 255) = 78.37%
BLUE value IS 12 (5.08% from 255) = 4.26%
R=17.38%
G=78.37%
B=4.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal49221120.7800.950.13109.3889.745.69
Hex31DDC4E05FD6d5a2e
Octal613351411601371515513256
Binary110001110111011100100111001011111110111011011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31DD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,221,12); }

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

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

 a { background-color: rgb(49,221,12); }

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

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

 span { border-color: rgb(49,221,12); }

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