Html Css Color HEX #95D665 Mantis

📋 copy color: '#95D665'

red 149 ◦ green 214 ◦ blue 101

#95D665
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #95D665

Tints of Mantis #95D665

RGB

 RED value IS 149 (58.59% from 255) = 32.11%

 GREEN value IS 214 (83.98% from 255) = 46.12%

 BLUE value IS 101 (39.84% from 255) = 21.77%

R = 32.11%
G = 46.12%
B = 21.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#95D665 (or 0x95D665) is known color: Mantis. HEX triplet: 95, D6 and 65. RGB value is (149,214,101). Sum of RGB (Red+Green+Blue) = 149+214+101=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #95D665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D665 is #6A299A. Grayscale: #B6B6B6. Windows color (decimal): -6957467 or 6674069. OLE color: 6674069.

HSL color Cylindrical-coordinate representation of color #95D665: hue angle of 94.51º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95D665 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 214 101 -
CMYK 0.30 0 0.53 0.16
HSL 94.51º 0.58% 0.62% -
HSV(B) 94.51º 0.53% 0.84% -
XYZ 38.79 55.42 20.97 -
YUV 181.68 82.47 104.69 -
System Red Green Blue C M Y K H S L
Decimal 149 214 101 0.30 0 0.53 0.16 94.51 0.58 0.62
Hex 95 D6 65 1E 0 35 10 5F 3A 3E
Octal 225 326 145 36 0 65 20 137 72 76
Binary 10010101 11010110 1100101 11110 0 110101 10000 1011111 111010 111110

Color Harmonies of #95D665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D665

Black with #95D665

Text Example


Text Example

White with #95D665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,214,101); }

 H1.HeaderClassName
 {
   color: #95D665;
 }
 .AnyTagClassName
 {
   color: #95D665;
 }
</style>

background-color css

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

 a { background-color: rgb(149,214,101); }

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

border-color css

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

 span { border-color: rgb(149,214,101); }

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