Html Css Color HEX #9DD679 Gossip

📋 copy color: '#9DD679'

red 157 ◦ green 214 ◦ blue 121

#9DD679
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #9DD679

Tints of Gossip #9DD679

RGB

 RED value IS 157 (61.72% from 255) = 31.91%

 GREEN value IS 214 (83.98% from 255) = 43.5%

 BLUE value IS 121 (47.66% from 255) = 24.59%

R = 31.91%
G = 43.5%
B = 24.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#9DD679 (or 0x9DD679) is known color: Gossip. HEX triplet: 9D, D6 and 79. RGB value is (157,214,121). Sum of RGB (Red+Green+Blue) = 157+214+121=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD679 is #622986. Grayscale: #BABABA. Windows color (decimal): -6433159 or 7984797. OLE color: 7984797.

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

Color convert

RGB 157 214 121 -
CMYK 0.27 0 0.43 0.16
HSL 96.77º 0.53% 0.66% -
HSV(B) 96.77º 0.43% 0.84% -
XYZ 41.4 56.64 26.84 -
YUV 186.36 91.12 107.06 -
System Red Green Blue C M Y K H S L
Decimal 157 214 121 0.27 0 0.43 0.16 96.77 0.53 0.66
Hex 9D D6 79 1B 0 2B 10 61 35 42
Octal 235 326 171 33 0 53 20 141 65 102
Binary 10011101 11010110 1111001 11011 0 101011 10000 1100001 110101 1000010

Color Harmonies of #9DD679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD679

Black with #9DD679

Text Example


Text Example

White with #9DD679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DD679;
 }
 .AnyTagClassName
 {
   color: #9DD679;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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