Html Css Color HEX #9DD682 Gossip

📋 copy color: '#9DD682'

red 157 ◦ green 214 ◦ blue 130

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

Shades of Gossip #9DD682

Tints of Gossip #9DD682

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.71%

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

R = 31.34%
G = 42.71%
B = 25.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#9DD682 (or 0x9DD682) is known color: Gossip. HEX triplet: 9D, D6 and 82. RGB value is (157,214,130). Sum of RGB (Red+Green+Blue) = 157+214+130=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD682 is #62297D. Grayscale: #BBBBBB. Windows color (decimal): -6433150 or 8574621. OLE color: 8574621.

HSL color Cylindrical-coordinate representation of color #9DD682: hue angle of 100.71º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DD682 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 214 130 -
CMYK 0.27 0 0.39 0.16
HSL 100.71º 0.51% 0.67% -
HSV(B) 100.71º 0.39% 0.84% -
XYZ 41.98 56.87 29.88 -
YUV 187.38 95.62 106.33 -
System Red Green Blue C M Y K H S L
Decimal 157 214 130 0.27 0 0.39 0.16 100.71 0.51 0.67
Hex 9D D6 82 1B 0 27 10 65 33 43
Octal 235 326 202 33 0 47 20 145 63 103
Binary 10011101 11010110 10000010 11011 0 100111 10000 1100101 110011 1000011

Color Harmonies of #9DD682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD682

Black with #9DD682

Text Example


Text Example

White with #9DD682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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