Html Css Color HEX #9DD97D Gossip

📋 copy color: '#9DD97D'

red 157 ◦ green 217 ◦ blue 125

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

Shades of Gossip #9DD97D

Tints of Gossip #9DD97D

RGB

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

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

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

R = 31.46%
G = 43.49%
B = 25.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#9DD97D (or 0x9DD97D) is known color: Gossip. HEX triplet: 9D, D9 and 7D. RGB value is (157,217,125). Sum of RGB (Red+Green+Blue) = 157+217+125=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD97D is #622682. Grayscale: #BCBCBC. Windows color (decimal): -6432387 or 8247709. OLE color: 8247709.

HSL color Cylindrical-coordinate representation of color #9DD97D: hue angle of 99.13º degrees, saturation: 0.55, 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 #9DD97D is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 217 125 -
CMYK 0.28 0 0.42 0.15
HSL 99.13º 0.55% 0.67% -
HSV(B) 99.13º 0.42% 0.85% -
XYZ 42.42 58.27 28.41 -
YUV 188.57 92.12 105.48 -
System Red Green Blue C M Y K H S L
Decimal 157 217 125 0.28 0 0.42 0.15 99.13 0.55 0.67
Hex 9D D9 7D 1C 0 2A F 63 37 43
Octal 235 331 175 34 0 52 17 143 67 103
Binary 10011101 11011001 1111101 11100 0 101010 1111 1100011 110111 1000011

Color Harmonies of #9DD97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD97D

Black with #9DD97D

Text Example


Text Example

White with #9DD97D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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