#97DC84

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

Shades of Gossip #97DC84

Tints of Gossip #97DC84

Color information

#97DC84 (or 0x97DC84) is unknown color: approx Gossip. HEX triplet: 97, DC and 84. RGB value is (151,220,132). Sum of RGB (Red+Green+Blue) = 151+220+132=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #97DC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DC84 is #68237B. Grayscale: #BDBDBD. Windows color (decimal): -6824828 or 8707223. OLE color: 8707223.

HSL color Cylindrical-coordinate representation of color #97DC84: hue angle of 107.05º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97DC84 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB151220132-
CMYK0.3100.400.14
HSL107.05º55.7%69.02%-
HSV(B)107.05º40%86.27%-
XYZ42.5259.4331.06-
YUV189.3495.64100.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.02%
GREEN value IS 220 (86.33% from 255) = 43.74%
BLUE value IS 132 (51.95% from 255) = 26.24%
R=30.02%
G=43.74%
B=26.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1512201320.3100.400.14107.0555.769.02
Hex97DC841F028E6b3845
Octal227334204370501615370105
Binary100101111101110010000100111110101000111011010111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,220,132); }

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

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

 a { background-color: rgb(151,220,132); }

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

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

 span { border-color: rgb(151,220,132); }

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