Html Css Color HEX #95D865 Mantis

📋 copy color: '#95D865'

red 149 ◦ green 216 ◦ blue 101

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

Shades of Mantis #95D865

Tints of Mantis #95D865

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.35%

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

R = 31.97%
G = 46.35%
B = 21.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#95D865 (or 0x95D865) is known color: Mantis. HEX triplet: 95, D8 and 65. RGB value is (149,216,101). Sum of RGB (Red+Green+Blue) = 149+216+101=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #95D865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D865 is #6A279A. Grayscale: #B7B7B7. Windows color (decimal): -6956955 or 6674581. OLE color: 6674581.

HSL color Cylindrical-coordinate representation of color #95D865: hue angle of 94.96º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95D865 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 216 101 -
CMYK 0.31 0 0.53 0.15
HSL 94.96º 0.6% 0.62% -
HSV(B) 94.96º 0.53% 0.85% -
XYZ 39.3 56.44 21.13 -
YUV 182.86 81.8 103.85 -
System Red Green Blue C M Y K H S L
Decimal 149 216 101 0.31 0 0.53 0.15 94.96 0.6 0.62
Hex 95 D8 65 1F 0 35 F 5F 3C 3E
Octal 225 330 145 37 0 65 17 137 74 76
Binary 10010101 11011000 1100101 11111 0 110101 1111 1011111 111100 111110

Color Harmonies of #95D865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D865

Black with #95D865

Text Example


Text Example

White with #95D865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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