#95C959

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

Shades of Mantis #95C959

Tints of Mantis #95C959

Color information

#95C959 (or 0x95C959) is unknown color: approx Mantis. HEX triplet: 95, C9 and 59. RGB value is (149,201,89). Sum of RGB (Red+Green+Blue) = 149+201+89=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #95C959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C959 is #6A36A6. Grayscale: #ADADAD. Windows color (decimal): -6960807 or 5884309. OLE color: 5884309.

HSL color Cylindrical-coordinate representation of color #95C959: hue angle of 87.86º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95C959 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB14920189-
CMYK0.2600.560.21
HSL87.86º50.91%56.86%-
HSV(B)87.86º55.72%78.82%-
XYZ35.0848.8817.04-
YUV172.6880.77111.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.94%
GREEN value IS 201 (78.91% from 255) = 45.79%
BLUE value IS 89 (35.16% from 255) = 20.27%
R=33.94%
G=45.79%
B=20.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal149201890.2600.560.2187.8650.9156.86
Hex95C9591A03815583339
Octal22531113132070251306371
Binary10010101110010011011001110100111000101011011000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,201,89); }

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

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

 a { background-color: rgb(149,201,89); }

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

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

 span { border-color: rgb(149,201,89); }

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