Html Css Color HEX #9DDD80 Gossip

📋 copy color: '#9DDD80'

red 157 ◦ green 221 ◦ blue 128

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

Shades of Gossip #9DDD80

Tints of Gossip #9DDD80

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.68%

 BLUE value IS 128 (50.39% from 255) = 25.3%

R = 31.03%
G = 43.68%
B = 25.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#9DDD80 (or 0x9DDD80) is known color: Gossip. HEX triplet: 9D, DD and 80. RGB value is (157,221,128). Sum of RGB (Red+Green+Blue) = 157+221+128=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDD80 is #62227F. Grayscale: #BFBFBF. Windows color (decimal): -6431360 or 8445341. OLE color: 8445341.

HSL color Cylindrical-coordinate representation of color #9DDD80: hue angle of 101.29º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DDD80 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 221 128 -
CMYK 0.29 0 0.42 0.13
HSL 101.29º 0.58% 0.68% -
HSV(B) 101.29º 0.42% 0.87% -
XYZ 43.66 60.44 29.79 -
YUV 191.26 92.3 103.56 -
System Red Green Blue C M Y K H S L
Decimal 157 221 128 0.29 0 0.42 0.13 101.29 0.58 0.68
Hex 9D DD 80 1D 0 2A D 65 3A 44
Octal 235 335 200 35 0 52 15 145 72 104
Binary 10011101 11011101 10000000 11101 0 101010 1101 1100101 111010 1000100

Color Harmonies of #9DDD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDD80

Black with #9DDD80

Text Example


Text Example

White with #9DDD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,221,128); }

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

background-color css

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

 a { background-color: rgb(157,221,128); }

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

border-color css

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

 span { border-color: rgb(157,221,128); }

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