#96CD71

Color #96CD71 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #96CD71

Tints of Gossip #96CD71

Color information

#96CD71 (or 0x96CD71) is unknown color: approx Gossip. HEX triplet: 96, CD and 71. RGB value is (150,205,113). Sum of RGB (Red+Green+Blue) = 150+205+113=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #96CD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CD71 is #69328E. Grayscale: #B2B2B2. Windows color (decimal): -6894223 or 7458198. OLE color: 7458198.

HSL color Cylindrical-coordinate representation of color #96CD71: hue angle of 95.87º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96CD71 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB150205113-
CMYK0.2700.450.20
HSL95.87º47.92%62.35%-
HSV(B)95.87º44.88%80.39%-
XYZ37.3951.3423.56-
YUV178.0791.28107.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.05%
GREEN value IS 205 (80.47% from 255) = 43.80%
BLUE value IS 113 (44.53% from 255) = 24.15%
R=32.05%
G=43.80%
B=24.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1502051130.2700.450.2095.8747.9262.35
Hex96CD711B02D1460303e
Octal22631516133055241406076
Binary10010110110011011110001110110101101101001100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,205,113); }

 H1.HeaderClassName
 {
   color: #96CD71;
 }
 .AnyTagClassName
 {
   color: #96CD71;
 }
</style>
background-color css

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

 a { background-color: rgb(150,205,113); }

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

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

 span { border-color: rgb(150,205,113); }

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