#31D496

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

Shades of Shamrock #31D496

Tints of Shamrock #31D496

Color information

#31D496 (or 0x31D496) is unknown color: approx Shamrock. HEX triplet: 31, D4 and 96. RGB value is (49,212,150). Sum of RGB (Red+Green+Blue) = 49+212+150=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 212 (83.20% from 255 or 51.58% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 212 - color contains mainly: green. Hex color #31D496 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D496 is #CE2B69. Grayscale: #9C9C9C. Windows color (decimal): -13511530 or 9884721. OLE color: 9884721.

HSL color Cylindrical-coordinate representation of color #31D496: hue angle of 157.18º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D496 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB49212150-
CMYK0.7700.290.17
HSL157.18º65.46%51.18%-
HSV(B)157.18º76.89%83.14%-
XYZ30.3249.9436.9-
YUV156.2124.551.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.92%
GREEN value IS 212 (83.20% from 255) = 51.58%
BLUE value IS 150 (58.98% from 255) = 36.50%
R=11.92%
G=51.58%
B=36.50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal492121500.7700.290.17157.1865.4651.18
Hex31D4964D01D119d4133
Octal613242261150352123510163
Binary1100011101010010010110100110101110110001100111011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,212,150); }

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

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

 a { background-color: rgb(49,212,150); }

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

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

 span { border-color: rgb(49,212,150); }

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