#95D661

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

Shades of Mantis #95D661

Tints of Mantis #95D661

Color information

#95D661 (or 0x95D661) is unknown color: approx Mantis. HEX triplet: 95, D6 and 61. RGB value is (149,214,97). Sum of RGB (Red+Green+Blue) = 149+214+97=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 214 - color contains mainly: green. Hex color #95D661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D661 is #6A299E. Grayscale: #B5B5B5. Windows color (decimal): -6957471 or 6411925. OLE color: 6411925.

HSL color Cylindrical-coordinate representation of color #95D661: hue angle of 93.33º degrees, saturation: 0.59, 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 #95D661 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB14921497-
CMYK0.3000.550.16
HSL93.33º58.79%60.98%-
HSV(B)93.33º54.67%83.92%-
XYZ38.655.3519.96-
YUV181.2380.47105.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.39%
GREEN value IS 214 (83.98% from 255) = 46.52%
BLUE value IS 97 (38.28% from 255) = 21.09%
R=32.39%
G=46.52%
B=21.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal149214970.3000.550.1693.3358.7960.98
Hex95D6611E037105d3b3d
Octal22532614136067201357375
Binary10010101110101101100001111100110111100001011101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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