Html Css Color HEX #96D75E Mantis

📋 copy color: '#96D75E'

red 150 ◦ green 215 ◦ blue 94

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

Shades of Mantis #96D75E

Tints of Mantis #96D75E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.84%

 BLUE value IS 94 (37.11% from 255) = 20.48%

R = 32.68%
G = 46.84%
B = 20.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#96D75E (or 0x96D75E) is known color: Mantis. HEX triplet: 96, D7 and 5E. RGB value is (150,215,94). Sum of RGB (Red+Green+Blue) = 150+215+94=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #96D75E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D75E is #6928A1. Grayscale: #B6B6B6. Windows color (decimal): -6891682 or 6215574. OLE color: 6215574.

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

Color convert

RGB 150 215 94 -
CMYK 0.30 0 0.56 0.16
HSL 92.23º 0.6% 0.61% -
HSV(B) 92.23º 0.56% 0.84% -
XYZ 38.9 55.89 19.33 -
YUV 181.77 78.47 105.34 -
System Red Green Blue C M Y K H S L
Decimal 150 215 94 0.30 0 0.56 0.16 92.23 0.6 0.61
Hex 96 D7 5E 1E 0 38 10 5C 3C 3D
Octal 226 327 136 36 0 70 20 134 74 75
Binary 10010110 11010111 1011110 11110 0 111000 10000 1011100 111100 111101

Color Harmonies of #96D75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D75E

Black with #96D75E

Text Example


Text Example

White with #96D75E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,215,94); }

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

background-color css

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

 a { background-color: rgb(150,215,94); }

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

border-color css

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

 span { border-color: rgb(150,215,94); }

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