Html Css Color HEX #96CC5D Mantis

📋 copy color: '#96CC5D'

red 150 ◦ green 204 ◦ blue 93

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

Shades of Mantis #96CC5D

Tints of Mantis #96CC5D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.64%

 BLUE value IS 93 (36.72% from 255) = 20.81%

R = 33.56%
G = 45.64%
B = 20.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#96CC5D (or 0x96CC5D) is known color: Mantis. HEX triplet: 96, CC and 5D. RGB value is (150,204,93). Sum of RGB (Red+Green+Blue) = 150+204+93=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CC5D is #6933A2. Grayscale: #AFAFAF. Windows color (decimal): -6894499 or 6147222. OLE color: 6147222.

HSL color Cylindrical-coordinate representation of color #96CC5D: hue angle of 89.19º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96CC5D is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 204 93 -
CMYK 0.26 0 0.54 0.2
HSL 89.19º 0.52% 0.58% -
HSV(B) 89.19º 0.54% 0.8% -
XYZ 36.15 50.46 18.19 -
YUV 175.2 81.61 110.03 -
System Red Green Blue C M Y K H S L
Decimal 150 204 93 0.26 0 0.54 0.2 89.19 0.52 0.58
Hex 96 CC 5D 1A 0 36 14 59 34 3A
Octal 226 314 135 32 0 66 24 131 64 72
Binary 10010110 11001100 1011101 11010 0 110110 10100 1011001 110100 111010

Color Harmonies of #96CC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CC5D

Black with #96CC5D

Text Example


Text Example

White with #96CC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,204,93); }

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

background-color css

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

 a { background-color: rgb(150,204,93); }

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

border-color css

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

 span { border-color: rgb(150,204,93); }

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