#31d181

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

Shades of Shamrock #31D181

Tints of Shamrock #31D181

Color information

#31D181 (or 0x31D181) is unknown color: approx Shamrock. HEX triplet: 31, D1 and 81. RGB value is (49,209,129). Sum of RGB (Red+Green+Blue) = 49+209+129=387 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.66% from 387); Green value is 209 (82.03% from 255 or 54.01% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 209 - color contains mainly: green. Hex color #31D181 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D181 is #CE2E7E. Grayscale: #989898. Windows color (decimal): -13512319 or 8507697. OLE color: 8507697.

HSL color Cylindrical-coordinate representation of color #31D181: hue angle of 150º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D181 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB49209129-
CMYK0.7700.380.18
HSL150º63.49%50.59%-
HSV(B)150º76.56%81.96%-
XYZ28.0347.8428.53-
YUV152.04114.9954.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.66%
GREEN value IS 209 (82.03% from 255) = 54.01%
BLUE value IS 129 (50.78% from 255) = 33.33%
R=12.66%
G=54.01%
B=33.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal492091290.7700.380.1815063.4950.59
Hex31D1814D02612963f33
Octal61321201115046222267763
Binary1100011101000110000001100110101001101001010010110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31d181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,209,129); }

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

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

 a { background-color: rgb(49,209,129); }

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

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

 span { border-color: rgb(49,209,129); }

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