#97D667

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

Shades of Gossip #97D667

Tints of Gossip #97D667

Color information

#97D667 (or 0x97D667) is unknown color: approx Gossip. HEX triplet: 97, D6 and 67. RGB value is (151,214,103). Sum of RGB (Red+Green+Blue) = 151+214+103=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #97D667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D667 is #682998. Grayscale: #B6B6B6. Windows color (decimal): -6826393 or 6805143. OLE color: 6805143.

HSL color Cylindrical-coordinate representation of color #97D667: hue angle of 94.05º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #97D667 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB151214103-
CMYK0.2900.520.16
HSL94.05º57.51%62.16%-
HSV(B)94.05º51.87%83.92%-
XYZ39.2655.6521.5-
YUV182.5183.13105.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.26%
GREEN value IS 214 (83.98% from 255) = 45.73%
BLUE value IS 103 (40.62% from 255) = 22.01%
R=32.26%
G=45.73%
B=22.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1512141030.2900.520.1694.0557.5162.16
Hex97D6671D034105e3a3e
Octal22732614735064201367276
Binary10010111110101101100111111010110100100001011110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,214,103); }

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

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

 a { background-color: rgb(151,214,103); }

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

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

 span { border-color: rgb(151,214,103); }

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