#95DC63

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

Shades of Mantis #95DC63

Tints of Mantis #95DC63

Color information

#95DC63 (or 0x95DC63) is unknown color: approx Mantis. HEX triplet: 95, DC and 63. RGB value is (149,220,99). Sum of RGB (Red+Green+Blue) = 149+220+99=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #95DC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DC63 is #6A239C. Grayscale: #B9B9B9. Windows color (decimal): -6955933 or 6544533. OLE color: 6544533.

HSL color Cylindrical-coordinate representation of color #95DC63: hue angle of 95.21º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95DC63 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB14922099-
CMYK0.3200.550.14
HSL95.21º63.35%62.55%-
HSV(B)95.21º55%86.27%-
XYZ40.2458.4820.97-
YUV184.9879.48102.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.84%
GREEN value IS 220 (86.33% from 255) = 47.01%
BLUE value IS 99 (39.06% from 255) = 21.15%
R=31.84%
G=47.01%
B=21.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal149220990.3200.550.1495.2163.3562.55
Hex95DC6320037E5f3f3f
Octal22533414340067161377777
Binary10010101110111001100011100000011011111101011111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,220,99); }

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

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

 a { background-color: rgb(149,220,99); }

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

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

 span { border-color: rgb(149,220,99); }

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