#95CD5B

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

Shades of Mantis #95CD5B

Tints of Mantis #95CD5B

Color information

#95CD5B (or 0x95CD5B) is unknown color: approx Mantis. HEX triplet: 95, CD and 5B. RGB value is (149,205,91). Sum of RGB (Red+Green+Blue) = 149+205+91=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #95CD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CD5B is #6A32A4. Grayscale: #AFAFAF. Windows color (decimal): -6959781 or 6016405. OLE color: 6016405.

HSL color Cylindrical-coordinate representation of color #95CD5B: hue angle of 89.47º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95CD5B is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB14920591-
CMYK0.2700.560.20
HSL89.47º53.27%58.04%-
HSV(B)89.47º55.61%80.39%-
XYZ36.1150.8117.8-
YUV175.2680.45109.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.48%
GREEN value IS 205 (80.47% from 255) = 46.07%
BLUE value IS 91 (35.94% from 255) = 20.45%
R=33.48%
G=46.07%
B=20.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149205910.2700.560.2089.4753.2758.04
Hex95CD5B1B0381459353a
Octal22531513333070241316572
Binary10010101110011011011011110110111000101001011001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,205,91); }

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

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

 a { background-color: rgb(149,205,91); }

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

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

 span { border-color: rgb(149,205,91); }

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