Html Css Color HEX #96D560 Mantis

📋 copy color: '#96D560'

red 150 ◦ green 213 ◦ blue 96

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

Shades of Mantis #96D560

Tints of Mantis #96D560

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.41%

 BLUE value IS 96 (37.89% from 255) = 20.92%

R = 32.68%
G = 46.41%
B = 20.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#96D560 (or 0x96D560) is known color: Mantis. HEX triplet: 96, D5 and 60. RGB value is (150,213,96). Sum of RGB (Red+Green+Blue) = 150+213+96=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #96D560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D560 is #692A9F. Grayscale: #B5B5B5. Windows color (decimal): -6892192 or 6346134. OLE color: 6346134.

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

Color convert

RGB 150 213 96 -
CMYK 0.30 0 0.55 0.16
HSL 92.31º 0.58% 0.61% -
HSV(B) 92.31º 0.55% 0.84% -
XYZ 38.48 54.92 19.64 -
YUV 180.83 80.13 106.01 -
System Red Green Blue C M Y K H S L
Decimal 150 213 96 0.30 0 0.55 0.16 92.31 0.58 0.61
Hex 96 D5 60 1E 0 37 10 5C 3A 3D
Octal 226 325 140 36 0 67 20 134 72 75
Binary 10010110 11010101 1100000 11110 0 110111 10000 1011100 111010 111101

Color Harmonies of #96D560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D560

Black with #96D560

Text Example


Text Example

White with #96D560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,213,96); }

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

background-color css

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

 a { background-color: rgb(150,213,96); }

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

border-color css

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

 span { border-color: rgb(150,213,96); }

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