Html Css Color HEX #96D65D Mantis

📋 copy color: '#96D65D'

red 150 ◦ green 214 ◦ blue 93

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

Shades of Mantis #96D65D

Tints of Mantis #96D65D

RGB

 RED value IS 150 (58.98% from 255) = 32.82%

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

 BLUE value IS 93 (36.72% from 255) = 20.35%

R = 32.82%
G = 46.83%
B = 20.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#96D65D (or 0x96D65D) is known color: Mantis. HEX triplet: 96, D6 and 5D. RGB value is (150,214,93). Sum of RGB (Red+Green+Blue) = 150+214+93=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #96D65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D65D is #6929A2. Grayscale: #B5B5B5. Windows color (decimal): -6891939 or 6149782. OLE color: 6149782.

HSL color Cylindrical-coordinate representation of color #96D65D: hue angle of 91.74º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96D65D is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 214 93 -
CMYK 0.30 0 0.57 0.16
HSL 91.74º 0.6% 0.6% -
HSV(B) 91.74º 0.57% 0.84% -
XYZ 38.6 55.37 19.01 -
YUV 181.07 78.3 105.84 -
System Red Green Blue C M Y K H S L
Decimal 150 214 93 0.30 0 0.57 0.16 91.74 0.6 0.6
Hex 96 D6 5D 1E 0 39 10 5C 3C 3C
Octal 226 326 135 36 0 71 20 134 74 74
Binary 10010110 11010110 1011101 11110 0 111001 10000 1011100 111100 111100

Color Harmonies of #96D65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D65D

Black with #96D65D

Text Example


Text Example

White with #96D65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96D65D; }

 p { color: rgb(150,214,93); }

 H1.HeaderClassName
 {
   color: #96D65D;
 }
 .AnyTagClassName
 {
   color: #96D65D;
 }
</style>

background-color css

<style>
 a { background-color: #96D65D; }

 a { background-color: rgb(150,214,93); }

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

border-color css

<style>
 span { border-color: #96D65D; }

 span { border-color: rgb(150,214,93); }

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