Html Css Color HEX #9DD982 Gossip

📋 copy color: '#9DD982'

red 157 ◦ green 217 ◦ blue 130

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

Shades of Gossip #9DD982

Tints of Gossip #9DD982

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.06%

 BLUE value IS 130 (51.17% from 255) = 25.79%

R = 31.15%
G = 43.06%
B = 25.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#9DD982 (or 0x9DD982) is known color: Gossip. HEX triplet: 9D, D9 and 82. RGB value is (157,217,130). Sum of RGB (Red+Green+Blue) = 157+217+130=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD982 is #62267D. Grayscale: #BDBDBD. Windows color (decimal): -6432382 or 8575389. OLE color: 8575389.

HSL color Cylindrical-coordinate representation of color #9DD982: hue angle of 101.38º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DD982 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 217 130 -
CMYK 0.28 0 0.40 0.15
HSL 101.38º 0.53% 0.68% -
HSV(B) 101.38º 0.4% 0.85% -
XYZ 42.75 58.41 30.14 -
YUV 189.14 94.62 105.07 -
System Red Green Blue C M Y K H S L
Decimal 157 217 130 0.28 0 0.40 0.15 101.38 0.53 0.68
Hex 9D D9 82 1C 0 28 F 65 35 44
Octal 235 331 202 34 0 50 17 145 65 104
Binary 10011101 11011001 10000010 11100 0 101000 1111 1100101 110101 1000100

Color Harmonies of #9DD982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD982

Black with #9DD982

Text Example


Text Example

White with #9DD982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,217,130); }

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

background-color css

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

 a { background-color: rgb(157,217,130); }

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

border-color css

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

 span { border-color: rgb(157,217,130); }

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