#97CF71

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

Shades of Gossip #97CF71

Tints of Gossip #97CF71

Color information

#97CF71 (or 0x97CF71) is unknown color: approx Gossip. HEX triplet: 97, CF and 71. RGB value is (151,207,113). Sum of RGB (Red+Green+Blue) = 151+207+113=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #97CF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CF71 is #68308E. Grayscale: #B3B3B3. Windows color (decimal): -6828175 or 7458711. OLE color: 7458711.

HSL color Cylindrical-coordinate representation of color #97CF71: hue angle of 95.74º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #97CF71 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB151207113-
CMYK0.2700.450.19
HSL95.74º49.47%62.75%-
HSV(B)95.74º45.41%81.18%-
XYZ38.0652.423.73-
YUV179.5490.45107.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.06%
GREEN value IS 207 (81.25% from 255) = 43.95%
BLUE value IS 113 (44.53% from 255) = 23.99%
R=32.06%
G=43.95%
B=23.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1512071130.2700.450.1995.7449.4762.75
Hex97CF711B02D1360313f
Octal22731716133055231406177
Binary10010111110011111110001110110101101100111100000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97CF71; }

 p { color: rgb(151,207,113); }

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

<style>
 a { background-color: #97CF71; }

 a { background-color: rgb(151,207,113); }

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

<style>
 span { border-color: #97CF71; }

 span { border-color: rgb(151,207,113); }

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