#95D45A

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

Shades of Mantis #95D45A

Tints of Mantis #95D45A

Color information

#95D45A (or 0x95D45A) is unknown color: approx Mantis. HEX triplet: 95, D4 and 5A. RGB value is (149,212,90). Sum of RGB (Red+Green+Blue) = 149+212+90=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #95D45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D45A is #6A2BA5. Grayscale: #B3B3B3. Windows color (decimal): -6957990 or 5952661. OLE color: 5952661.

HSL color Cylindrical-coordinate representation of color #95D45A: hue angle of 90.98º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95D45A is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB14921290-
CMYK0.3000.580.17
HSL90.98º58.65%59.22%-
HSV(B)90.98º57.55%83.14%-
XYZ37.7854.2118.15-
YUV179.2577.63106.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.04%
GREEN value IS 212 (83.20% from 255) = 47.01%
BLUE value IS 90 (35.55% from 255) = 19.96%
R=33.04%
G=47.01%
B=19.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal149212900.3000.580.1790.9858.6559.22
Hex95D45A1E03A115b3b3b
Octal22532413236072211337373
Binary10010101110101001011010111100111010100011011011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,212,90); }

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

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

 a { background-color: rgb(149,212,90); }

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

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

 span { border-color: rgb(149,212,90); }

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