#95CC5F

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

Shades of Mantis #95CC5F

Tints of Mantis #95CC5F

Color information

#95CC5F (or 0x95CC5F) is unknown color: approx Mantis. HEX triplet: 95, CC and 5F. RGB value is (149,204,95). Sum of RGB (Red+Green+Blue) = 149+204+95=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #95CC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CC5F is #6A33A0. Grayscale: #AFAFAF. Windows color (decimal): -6960033 or 6278293. OLE color: 6278293.

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

Color convert

RGB14920495-
CMYK0.2700.530.2
HSL90.28º51.66%58.63%-
HSV(B)90.28º53.43%80%-
XYZ36.0550.418.65-
YUV175.1382.78109.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.26%
GREEN value IS 204 (80.08% from 255) = 45.54%
BLUE value IS 95 (37.5% from 255) = 21.21%
R=33.26%
G=45.54%
B=21.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal149204950.2700.530.290.2851.6658.63
Hex95CC5F1B035145a343b
Octal22531413733065241326473
Binary10010101110011001011111110110110101101001011010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,204,95); }

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

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

 a { background-color: rgb(149,204,95); }

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

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

 span { border-color: rgb(149,204,95); }

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