#31D48E

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

Shades of Shamrock #31D48E

Tints of Shamrock #31D48E

Color information

#31D48E (or 0x31D48E) is unknown color: approx Shamrock. HEX triplet: 31, D4 and 8E. RGB value is (49,212,142). Sum of RGB (Red+Green+Blue) = 49+212+142=403 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.16% from 403); Green value is 212 (83.20% from 255 or 52.61% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 212 - color contains mainly: green. Hex color #31D48E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D48E is #CE2B71. Grayscale: #9B9B9B. Windows color (decimal): -13511538 or 9360433. OLE color: 9360433.

HSL color Cylindrical-coordinate representation of color #31D48E: hue angle of 154.23º 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 #31D48E is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB49212142-
CMYK0.7700.330.17
HSL154.23º65.46%51.18%-
HSV(B)154.23º76.89%83.14%-
XYZ29.6949.6933.62-
YUV155.28120.552.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.16%
GREEN value IS 212 (83.20% from 255) = 52.61%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=12.16%
G=52.61%
B=35.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal492121420.7700.330.17154.2365.4651.18
Hex31D48E4D021119a4133
Octal613242161150412123210163
Binary11000111010100100011101001101010000110001100110101000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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