#9DD275

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

Shades of Gossip #9DD275

Tints of Gossip #9DD275

Color information

#9DD275 (or 0x9DD275) is unknown color: approx Gossip. HEX triplet: 9D, D2 and 75. RGB value is (157,210,117). Sum of RGB (Red+Green+Blue) = 157+210+117=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD275 is #622D8A. Grayscale: #B7B7B7. Windows color (decimal): -6434187 or 7721629. OLE color: 7721629.

HSL color Cylindrical-coordinate representation of color #9DD275: hue angle of 94.19º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DD275 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB157210117-
CMYK0.2500.440.18
HSL94.19º50.82%64.12%-
HSV(B)94.19º44.29%82.35%-
XYZ40.1654.5525.24-
YUV183.5590.44109.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.44%
GREEN value IS 210 (82.42% from 255) = 43.39%
BLUE value IS 117 (46.09% from 255) = 24.17%
R=32.44%
G=43.39%
B=24.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572101170.2500.440.1894.1950.8264.12
Hex9DD2751902C125e3340
Octal235322165310542213663100
Binary100111011101001011101011100101011001001010111101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DD275; }

 p { color: rgb(157,210,117); }

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

<style>
 a { background-color: #9DD275; }

 a { background-color: rgb(157,210,117); }

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

<style>
 span { border-color: #9DD275; }

 span { border-color: rgb(157,210,117); }

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