#9DD471

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

Shades of Gossip #9DD471

Tints of Gossip #9DD471

Color information

#9DD471 (or 0x9DD471) is unknown color: approx Gossip. HEX triplet: 9D, D4 and 71. RGB value is (157,212,113). Sum of RGB (Red+Green+Blue) = 157+212+113=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD471 is #622B8E. Grayscale: #B8B8B8. Windows color (decimal): -6433679 or 7459997. OLE color: 7459997.

HSL color Cylindrical-coordinate representation of color #9DD471: hue angle of 93.33º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DD471 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB157212113-
CMYK0.2600.470.17
HSL93.33º53.51%63.73%-
HSV(B)93.33º46.7%83.14%-
XYZ40.4355.4524.19-
YUV184.2787.78108.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.57%
GREEN value IS 212 (83.20% from 255) = 43.98%
BLUE value IS 113 (44.53% from 255) = 23.44%
R=32.57%
G=43.98%
B=23.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1572121130.2600.470.1793.3353.5163.73
Hex9DD4711A02F115d3640
Octal235324161320572113566100
Binary100111011101010011100011101001011111000110111011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,212,113); }

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

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

 a { background-color: rgb(157,212,113); }

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

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

 span { border-color: rgb(157,212,113); }

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