#97dd68

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

Shades of Gossip #97DD68

Tints of Gossip #97DD68

Color information

#97DD68 (or 0x97DD68) is unknown color: approx Gossip. HEX triplet: 97, DD and 68. RGB value is (151,221,104). Sum of RGB (Red+Green+Blue) = 151+221+104=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DD68 is #682297. Grayscale: #BBBBBB. Windows color (decimal): -6824600 or 6872471. OLE color: 6872471.

HSL color Cylindrical-coordinate representation of color #97DD68: hue angle of 95.9º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #97DD68 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB151221104-
CMYK0.3200.530.13
HSL95.9º63.24%63.73%-
HSV(B)95.9º52.94%86.67%-
XYZ41.1259.2922.37-
YUV186.7381.31102.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.72%
GREEN value IS 221 (86.72% from 255) = 46.43%
BLUE value IS 104 (41.02% from 255) = 21.85%
R=31.72%
G=46.43%
B=21.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1512211040.3200.530.1395.963.2463.73
Hex97DD6820035D603f40
Octal227335150400651514077100
Binary100101111101110111010001000000110101110111000001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97dd68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,221,104); }

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

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

 a { background-color: rgb(151,221,104); }

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

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

 span { border-color: rgb(151,221,104); }

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