Html Css Color HEX #9DD379 Gossip

📋 copy color: '#9DD379'

red 157 ◦ green 211 ◦ blue 121

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

Shades of Gossip #9DD379

Tints of Gossip #9DD379

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.15%

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

R = 32.11%
G = 43.15%
B = 24.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#9DD379 (or 0x9DD379) is known color: Gossip. HEX triplet: 9D, D3 and 79. RGB value is (157,211,121). Sum of RGB (Red+Green+Blue) = 157+211+121=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD379 is #622C86. Grayscale: #B8B8B8. Windows color (decimal): -6433927 or 7984029. OLE color: 7984029.

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

Color convert

RGB 157 211 121 -
CMYK 0.26 0 0.43 0.17
HSL 96º 0.51% 0.65% -
HSV(B) 96º 0.43% 0.83% -
XYZ 40.65 55.14 26.59 -
YUV 184.59 92.11 108.32 -
System Red Green Blue C M Y K H S L
Decimal 157 211 121 0.26 0 0.43 0.17 96 0.51 0.65
Hex 9D D3 79 1A 0 2B 11 60 33 41
Octal 235 323 171 32 0 53 21 140 63 101
Binary 10011101 11010011 1111001 11010 0 101011 10001 1100000 110011 1000001

Color Harmonies of #9DD379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD379

Black with #9DD379

Text Example


Text Example

White with #9DD379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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