Html Css Color HEX #96D963 Mantis

📋 copy color: '#96D963'

red 150 ◦ green 217 ◦ blue 99

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

Shades of Mantis #96D963

Tints of Mantis #96D963

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.57%

 BLUE value IS 99 (39.06% from 255) = 21.24%

R = 32.19%
G = 46.57%
B = 21.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#96D963 (or 0x96D963) is known color: Mantis. HEX triplet: 96, D9 and 63. RGB value is (150,217,99). Sum of RGB (Red+Green+Blue) = 150+217+99=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #96D963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D963 is #69269C. Grayscale: #B7B7B7. Windows color (decimal): -6891165 or 6543766. OLE color: 6543766.

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

Color convert

RGB 150 217 99 -
CMYK 0.31 0 0.54 0.15
HSL 94.07º 0.61% 0.62% -
HSV(B) 94.07º 0.54% 0.85% -
XYZ 39.64 57.01 20.72 -
YUV 183.52 80.3 104.09 -
System Red Green Blue C M Y K H S L
Decimal 150 217 99 0.31 0 0.54 0.15 94.07 0.61 0.62
Hex 96 D9 63 1F 0 36 F 5E 3D 3E
Octal 226 331 143 37 0 66 17 136 75 76
Binary 10010110 11011001 1100011 11111 0 110110 1111 1011110 111101 111110

Color Harmonies of #96D963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D963

Black with #96D963

Text Example


Text Example

White with #96D963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,217,99); }

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

background-color css

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

 a { background-color: rgb(150,217,99); }

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

border-color css

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

 span { border-color: rgb(150,217,99); }

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