#31F98E

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

Shades of Shamrock #31F98E

Tints of Shamrock #31F98E

Color information

#31F98E (or 0x31F98E) is unknown color: approx Shamrock. HEX triplet: 31, F9 and 8E. RGB value is (49,249,142). Sum of RGB (Red+Green+Blue) = 49+249+142=440 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.14% from 440); Green value is 249 (97.66% from 255 or 56.59% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 249 - color contains mainly: green. Hex color #31F98E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31F98E is #CE0671. Grayscale: #B1B1B1. Windows color (decimal): -13502066 or 9369905. OLE color: 9369905.

HSL color Cylindrical-coordinate representation of color #31F98E: hue angle of 147.9º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F98E is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB49249142-
CMYK0.8000.430.02
HSL147.9º94.34%58.43%-
HSV(B)147.9º80.32%97.65%-
XYZ40.0270.3637.06-
YUV177108.2436.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.14%
GREEN value IS 249 (97.66% from 255) = 56.59%
BLUE value IS 142 (55.86% from 255) = 32.27%
R=11.14%
G=56.59%
B=32.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal492491420.8000.430.02147.994.3458.43
Hex31F98E5002B2945e3a
Octal61371216120053222413672
Binary11000111111001100011101010000010101110100101001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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