#95E161

Color #95E161 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #95E161

Tints of Mantis #95E161

Color information

#95E161 (or 0x95E161) is unknown color: approx Mantis. HEX triplet: 95, E1 and 61. RGB value is (149,225,97). Sum of RGB (Red+Green+Blue) = 149+225+97=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #95E161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E161 is #6A1E9E. Grayscale: #BCBCBC. Windows color (decimal): -6954655 or 6414741. OLE color: 6414741.

HSL color Cylindrical-coordinate representation of color #95E161: hue angle of 95.62º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95E161 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB14922597-
CMYK0.3400.570.12
HSL95.62º68.09%63.14%-
HSV(B)95.62º56.89%88.24%-
XYZ41.4861.120.92-
YUV187.6876.82100.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.63%
GREEN value IS 225 (88.28% from 255) = 47.77%
BLUE value IS 97 (38.28% from 255) = 20.59%
R=31.63%
G=47.77%
B=20.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal149225970.3400.570.1295.6268.0963.14
Hex95E16122039C60443f
Octal225341141420711414010477
Binary100101011110000111000011000100111001110011000001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95E161; }

 p { color: rgb(149,225,97); }

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

<style>
 a { background-color: #95E161; }

 a { background-color: rgb(149,225,97); }

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

<style>
 span { border-color: #95E161; }

 span { border-color: rgb(149,225,97); }

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