#95c758

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

Shades of Mantis #95C758

Tints of Mantis #95C758

Color information

#95C758 (or 0x95C758) is unknown color: approx Mantis. HEX triplet: 95, C7 and 58. RGB value is (149,199,88). Sum of RGB (Red+Green+Blue) = 149+199+88=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 199 (78.12% from 255 or 45.64% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 199 - color contains mainly: green. Hex color #95C758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C758 is #6A38A7. Grayscale: #ABABAB. Windows color (decimal): -6961320 or 5818261. OLE color: 5818261.

HSL color Cylindrical-coordinate representation of color #95C758: hue angle of 87.03º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95C758 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB14919988-
CMYK0.2500.560.22
HSL87.03º49.78%56.27%-
HSV(B)87.03º55.78%78.04%-
XYZ34.5847.9416.66-
YUV171.480.94112.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.17%
GREEN value IS 199 (78.12% from 255) = 45.64%
BLUE value IS 88 (34.77% from 255) = 20.18%
R=34.17%
G=45.64%
B=20.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal149199880.2500.560.2287.0349.7856.27
Hex95C7581903816573238
Octal22530713031070261276270
Binary10010101110001111011000110010111000101101010111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95c758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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