Html Css Color HEX #9DD87D Gossip

📋 copy color: '#9DD87D'

red 157 ◦ green 216 ◦ blue 125

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

Shades of Gossip #9DD87D

Tints of Gossip #9DD87D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.37%

 BLUE value IS 125 (49.22% from 255) = 25.1%

R = 31.53%
G = 43.37%
B = 25.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#9DD87D (or 0x9DD87D) is known color: Gossip. HEX triplet: 9D, D8 and 7D. RGB value is (157,216,125). Sum of RGB (Red+Green+Blue) = 157+216+125=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD87D is #622782. Grayscale: #BCBCBC. Windows color (decimal): -6432643 or 8247453. OLE color: 8247453.

HSL color Cylindrical-coordinate representation of color #9DD87D: hue angle of 98.9º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DD87D is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 216 125 -
CMYK 0.27 0 0.42 0.15
HSL 98.9º 0.54% 0.67% -
HSV(B) 98.9º 0.42% 0.85% -
XYZ 42.16 57.76 28.33 -
YUV 187.99 92.45 105.9 -
System Red Green Blue C M Y K H S L
Decimal 157 216 125 0.27 0 0.42 0.15 98.9 0.54 0.67
Hex 9D D8 7D 1B 0 2A F 63 36 43
Octal 235 330 175 33 0 52 17 143 66 103
Binary 10011101 11011000 1111101 11011 0 101010 1111 1100011 110110 1000011

Color Harmonies of #9DD87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD87D

Black with #9DD87D

Text Example


Text Example

White with #9DD87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,216,125); }

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

background-color css

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

 a { background-color: rgb(157,216,125); }

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

border-color css

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

 span { border-color: rgb(157,216,125); }

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