#95E060

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

Shades of Mantis #95E060

Tints of Mantis #95E060

Color information

#95E060 (or 0x95E060) is unknown color: approx Mantis. HEX triplet: 95, E0 and 60. RGB value is (149,224,96). Sum of RGB (Red+Green+Blue) = 149+224+96=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #95E060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E060 is #6A1F9F. Grayscale: #BBBBBB. Windows color (decimal): -6954912 or 6348949. OLE color: 6348949.

HSL color Cylindrical-coordinate representation of color #95E060: hue angle of 95.16º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95E060 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB14922496-
CMYK0.3300.570.12
HSL95.16º67.37%62.75%-
HSV(B)95.16º57.14%87.84%-
XYZ41.1660.5520.58-
YUV186.9876.65100.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.77%
GREEN value IS 224 (87.89% from 255) = 47.76%
BLUE value IS 96 (37.89% from 255) = 20.47%
R=31.77%
G=47.76%
B=20.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal149224960.3300.570.1295.1667.3762.75
Hex95E06021039C5f433f
Octal225340140410711413710377
Binary100101011110000011000001000010111001110010111111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,224,96); }

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

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

 a { background-color: rgb(149,224,96); }

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

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

 span { border-color: rgb(149,224,96); }

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