Html Css Color HEX #96D35D Mantis

📋 copy color: '#96D35D'

red 150 ◦ green 211 ◦ blue 93

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

Shades of Mantis #96D35D

Tints of Mantis #96D35D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.48%

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

R = 33.04%
G = 46.48%
B = 20.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#96D35D (or 0x96D35D) is known color: Mantis. HEX triplet: 96, D3 and 5D. RGB value is (150,211,93). Sum of RGB (Red+Green+Blue) = 150+211+93=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 211 - color contains mainly: green. Hex color #96D35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D35D is #692CA2. Grayscale: #B3B3B3. Windows color (decimal): -6892707 or 6149014. OLE color: 6149014.

HSL color Cylindrical-coordinate representation of color #96D35D: hue angle of 91.02º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96D35D is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 211 93 -
CMYK 0.29 0 0.56 0.17
HSL 91.02º 0.57% 0.6% -
HSV(B) 91.02º 0.56% 0.83% -
XYZ 37.85 53.86 18.76 -
YUV 179.31 79.29 107.09 -
System Red Green Blue C M Y K H S L
Decimal 150 211 93 0.29 0 0.56 0.17 91.02 0.57 0.6
Hex 96 D3 5D 1D 0 38 11 5B 39 3C
Octal 226 323 135 35 0 70 21 133 71 74
Binary 10010110 11010011 1011101 11101 0 111000 10001 1011011 111001 111100

Color Harmonies of #96D35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D35D

Black with #96D35D

Text Example


Text Example

White with #96D35D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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