Html Css Color HEX #96DD62 Mantis

📋 copy color: '#96DD62'

red 150 ◦ green 221 ◦ blue 98

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

Shades of Mantis #96DD62

Tints of Mantis #96DD62

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.12%

 BLUE value IS 98 (38.67% from 255) = 20.9%

R = 31.98%
G = 47.12%
B = 20.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#96DD62 (or 0x96DD62) is known color: Mantis. HEX triplet: 96, DD and 62. RGB value is (150,221,98). Sum of RGB (Red+Green+Blue) = 150+221+98=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DD62 is #69229D. Grayscale: #BABABA. Windows color (decimal): -6890142 or 6479254. OLE color: 6479254.

HSL color Cylindrical-coordinate representation of color #96DD62: hue angle of 94.63º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96DD62 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 221 98 -
CMYK 0.32 0 0.56 0.13
HSL 94.63º 0.64% 0.63% -
HSV(B) 94.63º 0.56% 0.87% -
XYZ 40.64 59.08 20.82 -
YUV 185.75 78.48 102.5 -
System Red Green Blue C M Y K H S L
Decimal 150 221 98 0.32 0 0.56 0.13 94.63 0.64 0.63
Hex 96 DD 62 20 0 38 D 5F 40 3F
Octal 226 335 142 40 0 70 15 137 100 77
Binary 10010110 11011101 1100010 100000 0 111000 1101 1011111 1000000 111111

Color Harmonies of #96DD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DD62

Black with #96DD62

Text Example


Text Example

White with #96DD62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,221,98); }

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

background-color css

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

 a { background-color: rgb(150,221,98); }

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

border-color css

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

 span { border-color: rgb(150,221,98); }

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