#9DD67D

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

Shades of Gossip #9DD67D

Tints of Gossip #9DD67D

Color information

#9DD67D (or 0x9DD67D) is unknown color: approx Gossip. HEX triplet: 9D, D6 and 7D. RGB value is (157,214,125). Sum of RGB (Red+Green+Blue) = 157+214+125=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD67D is #622982. Grayscale: #BBBBBB. Windows color (decimal): -6433155 or 8246941. OLE color: 8246941.

HSL color Cylindrical-coordinate representation of color #9DD67D: hue angle of 98.43º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DD67D is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB157214125-
CMYK0.2700.420.16
HSL98.43º52.05%66.47%-
HSV(B)98.43º41.59%83.92%-
XYZ41.6556.7428.16-
YUV186.8193.12106.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.65%
GREEN value IS 214 (83.98% from 255) = 43.15%
BLUE value IS 125 (49.22% from 255) = 25.20%
R=31.65%
G=43.15%
B=25.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572141250.2700.420.1698.4352.0566.47
Hex9DD67D1B02A10623442
Octal235326175330522014264102
Binary100111011101011011111011101101010101000011000101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,214,125); }

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

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

 a { background-color: rgb(157,214,125); }

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

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

 span { border-color: rgb(157,214,125); }

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