Html Css Color HEX #9CDD80 Gossip

📋 copy color: '#9CDD80'

red 156 ◦ green 221 ◦ blue 128

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

Shades of Gossip #9CDD80

Tints of Gossip #9CDD80

RGB

 RED value IS 156 (61.33% from 255) = 30.89%

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

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

R = 30.89%
G = 43.76%
B = 25.35%

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

#9CDD80 (or 0x9CDD80) is known color: Gossip. HEX triplet: 9C, DD and 80. RGB value is (156,221,128). Sum of RGB (Red+Green+Blue) = 156+221+128=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDD80 is #63227F. Grayscale: #BFBFBF. Windows color (decimal): -6496896 or 8445340. OLE color: 8445340.

HSL color Cylindrical-coordinate representation of color #9CDD80: hue angle of 101.94º 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 #9CDD80 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 221 128 -
CMYK 0.29 0 0.42 0.13
HSL 101.94º 0.58% 0.68% -
HSV(B) 101.94º 0.42% 0.87% -
XYZ 43.46 60.34 29.78 -
YUV 190.96 92.47 103.06 -
System Red Green Blue C M Y K H S L
Decimal 156 221 128 0.29 0 0.42 0.13 101.94 0.58 0.68
Hex 9C DD 80 1D 0 2A D 66 3A 44
Octal 234 335 200 35 0 52 15 146 72 104
Binary 10011100 11011101 10000000 11101 0 101010 1101 1100110 111010 1000100

Color Harmonies of #9CDD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDD80

Black with #9CDD80

Text Example


Text Example

White with #9CDD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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