Html Css Color HEX #96CB58 Mantis

📋 copy color: '#96CB58'

red 150 ◦ green 203 ◦ blue 88

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

Shades of Mantis #96CB58

Tints of Mantis #96CB58

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.03%

 BLUE value IS 88 (34.77% from 255) = 19.95%

R = 34.01%
G = 46.03%
B = 19.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#96CB58 (or 0x96CB58) is known color: Mantis. HEX triplet: 96, CB and 58. RGB value is (150,203,88). Sum of RGB (Red+Green+Blue) = 150+203+88=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CB58 is #6934A7. Grayscale: #AEAEAE. Windows color (decimal): -6894760 or 5819286. OLE color: 5819286.

HSL color Cylindrical-coordinate representation of color #96CB58: hue angle of 87.65º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96CB58 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 203 88 -
CMYK 0.26 0 0.57 0.20
HSL 87.65º 0.53% 0.57% -
HSV(B) 87.65º 0.57% 0.8% -
XYZ 35.7 49.9 16.98 -
YUV 174.04 79.44 110.85 -
System Red Green Blue C M Y K H S L
Decimal 150 203 88 0.26 0 0.57 0.20 87.65 0.53 0.57
Hex 96 CB 58 1A 0 39 14 58 35 39
Octal 226 313 130 32 0 71 24 130 65 71
Binary 10010110 11001011 1011000 11010 0 111001 10100 1011000 110101 111001

Color Harmonies of #96CB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CB58

Black with #96CB58

Text Example


Text Example

White with #96CB58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,203,88); }

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

background-color css

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

 a { background-color: rgb(150,203,88); }

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

border-color css

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

 span { border-color: rgb(150,203,88); }

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