#31ED17

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

Shades of Harlequin #31ED17

Tints of Harlequin #31ED17

Color information

#31ED17 (or 0x31ED17) is unknown color: approx Harlequin. HEX triplet: 31, ED and 17. RGB value is (49,237,23). Sum of RGB (Red+Green+Blue) = 49+237+23=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 237 (92.97% from 255 or 76.70% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 237 - color contains mainly: green. Hex color #31ED17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31ED17 is #CE12E8. Grayscale: #9D9D9D. Windows color (decimal): -13505257 or 1568049. OLE color: 1568049.

HSL color Cylindrical-coordinate representation of color #31ED17: hue angle of 112.71º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31ED17 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB4923723-
CMYK0.7900.900.07
HSL112.71º85.6%50.98%-
HSV(B)112.71º90.3%92.94%-
XYZ31.7161.2810.97-
YUV156.3952.7251.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.86%
GREEN value IS 237 (92.97% from 255) = 76.70%
BLUE value IS 23 (9.38% from 255) = 7.44%
R=15.86%
G=76.70%
B=7.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal49237230.7900.900.07112.7185.650.98
Hex31ED174F05A7715633
Octal61355271170132716112663
Binary110001111011011011110011110101101011111100011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31ED17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,237,23); }

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

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

 a { background-color: rgb(49,237,23); }

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

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

 span { border-color: rgb(49,237,23); }

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