Html Css Color HEX #96DA64 Mantis

📋 copy color: '#96DA64'

red 150 ◦ green 218 ◦ blue 100

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

Shades of Mantis #96DA64

Tints of Mantis #96DA64

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.58%

 BLUE value IS 100 (39.45% from 255) = 21.37%

R = 32.05%
G = 46.58%
B = 21.37%

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

#96DA64 (or 0x96DA64) is known color: Mantis. HEX triplet: 96, DA and 64. RGB value is (150,218,100). Sum of RGB (Red+Green+Blue) = 150+218+100=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DA64 is #69259B. Grayscale: #B8B8B8. Windows color (decimal): -6890908 or 6609558. OLE color: 6609558.

HSL color Cylindrical-coordinate representation of color #96DA64: hue angle of 94.58º 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 #96DA64 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 218 100 -
CMYK 0.31 0 0.54 0.15
HSL 94.58º 0.61% 0.62% -
HSV(B) 94.58º 0.54% 0.85% -
XYZ 39.95 57.55 21.06 -
YUV 184.22 80.47 103.59 -
System Red Green Blue C M Y K H S L
Decimal 150 218 100 0.31 0 0.54 0.15 94.58 0.61 0.62
Hex 96 DA 64 1F 0 36 F 5F 3D 3E
Octal 226 332 144 37 0 66 17 137 75 76
Binary 10010110 11011010 1100100 11111 0 110110 1111 1011111 111101 111110

Color Harmonies of #96DA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DA64

Black with #96DA64

Text Example


Text Example

White with #96DA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,218,100); }

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

background-color css

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

 a { background-color: rgb(150,218,100); }

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

border-color css

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

 span { border-color: rgb(150,218,100); }

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