#95D058

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

Shades of Mantis #95D058

Tints of Mantis #95D058

Color information

#95D058 (or 0x95D058) is unknown color: approx Mantis. HEX triplet: 95, D0 and 58. RGB value is (149,208,88). Sum of RGB (Red+Green+Blue) = 149+208+88=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #95D058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D058 is #6A2FA7. Grayscale: #B1B1B1. Windows color (decimal): -6959016 or 5820565. OLE color: 5820565.

HSL color Cylindrical-coordinate representation of color #95D058: hue angle of 89.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95D058 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB14920888-
CMYK0.2800.580.18
HSL89.5º56.07%58.04%-
HSV(B)89.5º57.69%81.57%-
XYZ36.7152.2117.37-
YUV176.6877.95108.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.48%
GREEN value IS 208 (81.64% from 255) = 46.74%
BLUE value IS 88 (34.77% from 255) = 19.78%
R=33.48%
G=46.74%
B=19.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal149208880.2800.580.1889.556.0758.04
Hex95D0581C03A125a383a
Octal22532013034072221327072
Binary10010101110100001011000111000111010100101011010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,208,88); }

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

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

 a { background-color: rgb(149,208,88); }

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

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

 span { border-color: rgb(149,208,88); }

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