#95CD5C

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

Shades of Mantis #95CD5C

Tints of Mantis #95CD5C

Color information

#95CD5C (or 0x95CD5C) is unknown color: approx Mantis. HEX triplet: 95, CD and 5C. RGB value is (149,205,92). Sum of RGB (Red+Green+Blue) = 149+205+92=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #95CD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CD5C is #6A32A3. Grayscale: #AFAFAF. Windows color (decimal): -6959780 or 6081941. OLE color: 6081941.

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

Color convert

RGB14920592-
CMYK0.2700.550.20
HSL89.73º53.05%58.24%-
HSV(B)89.73º55.12%80.39%-
XYZ36.1650.8218.03-
YUV175.3780.95109.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.41%
GREEN value IS 205 (80.47% from 255) = 45.96%
BLUE value IS 92 (36.33% from 255) = 20.63%
R=33.41%
G=45.96%
B=20.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149205920.2700.550.2089.7353.0558.24
Hex95CD5C1B037145a353a
Octal22531513433067241326572
Binary10010101110011011011100110110110111101001011010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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