Html Css Color HEX #9DDE80 Gossip

📋 copy color: '#9DDE80'

red 157 ◦ green 222 ◦ blue 128

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

Shades of Gossip #9DDE80

Tints of Gossip #9DDE80

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.79%

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

R = 30.97%
G = 43.79%
B = 25.25%

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

#9DDE80 (or 0x9DDE80) is known color: Gossip. HEX triplet: 9D, DE and 80. RGB value is (157,222,128). Sum of RGB (Red+Green+Blue) = 157+222+128=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDE80 is #62217F. Grayscale: #C0C0C0. Windows color (decimal): -6431104 or 8445597. OLE color: 8445597.

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

Color convert

RGB 157 222 128 -
CMYK 0.29 0 0.42 0.13
HSL 101.49º 0.59% 0.69% -
HSV(B) 101.49º 0.42% 0.87% -
XYZ 43.92 60.97 29.88 -
YUV 191.85 91.97 103.14 -
System Red Green Blue C M Y K H S L
Decimal 157 222 128 0.29 0 0.42 0.13 101.49 0.59 0.69
Hex 9D DE 80 1D 0 2A D 65 3B 45
Octal 235 336 200 35 0 52 15 145 73 105
Binary 10011101 11011110 10000000 11101 0 101010 1101 1100101 111011 1000101

Color Harmonies of #9DDE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDE80

Black with #9DDE80

Text Example


Text Example

White with #9DDE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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