Html Css Color HEX #96CC5C Mantis

📋 copy color: '#96CC5C'

red 150 ◦ green 204 ◦ blue 92

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

Shades of Mantis #96CC5C

Tints of Mantis #96CC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.63%

R = 33.63%
G = 45.74%
B = 20.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#96CC5C (or 0x96CC5C) is known color: Mantis. HEX triplet: 96, CC and 5C. RGB value is (150,204,92). Sum of RGB (Red+Green+Blue) = 150+204+92=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CC5C is #6933A3. Grayscale: #AFAFAF. Windows color (decimal): -6894500 or 6081686. OLE color: 6081686.

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

Color convert

RGB 150 204 92 -
CMYK 0.26 0 0.55 0.2
HSL 88.93º 0.52% 0.58% -
HSV(B) 88.93º 0.55% 0.8% -
XYZ 36.1 50.44 17.96 -
YUV 175.09 81.11 110.11 -
System Red Green Blue C M Y K H S L
Decimal 150 204 92 0.26 0 0.55 0.2 88.93 0.52 0.58
Hex 96 CC 5C 1A 0 37 14 59 34 3A
Octal 226 314 134 32 0 67 24 131 64 72
Binary 10010110 11001100 1011100 11010 0 110111 10100 1011001 110100 111010

Color Harmonies of #96CC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CC5C

Black with #96CC5C

Text Example


Text Example

White with #96CC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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