#95D761

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

Shades of Mantis #95D761

Tints of Mantis #95D761

Color information

#95D761 (or 0x95D761) is unknown color: approx Mantis. HEX triplet: 95, D7 and 61. RGB value is (149,215,97). Sum of RGB (Red+Green+Blue) = 149+215+97=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 215 - color contains mainly: green. Hex color #95D761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D761 is #6A289E. Grayscale: #B6B6B6. Windows color (decimal): -6957215 or 6412181. OLE color: 6412181.

HSL color Cylindrical-coordinate representation of color #95D761: hue angle of 93.56º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95D761 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB14921597-
CMYK0.3100.550.16
HSL93.56º59.6%61.18%-
HSV(B)93.56º54.88%84.31%-
XYZ38.8555.8520.04-
YUV181.8180.13104.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.32%
GREEN value IS 215 (84.38% from 255) = 46.64%
BLUE value IS 97 (38.28% from 255) = 21.04%
R=32.32%
G=46.64%
B=21.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal149215970.3100.550.1693.5659.661.18
Hex95D7611F037105e3c3d
Octal22532714137067201367475
Binary10010101110101111100001111110110111100001011110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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