Html Css Color HEX #9DD97F Gossip

📋 copy color: '#9DD97F'

red 157 ◦ green 217 ◦ blue 127

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

Shades of Gossip #9DD97F

Tints of Gossip #9DD97F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.35%

R = 31.34%
G = 43.31%
B = 25.35%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#9DD97F (or 0x9DD97F) is known color: Gossip. HEX triplet: 9D, D9 and 7F. RGB value is (157,217,127). Sum of RGB (Red+Green+Blue) = 157+217+127=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD97F is #622680. Grayscale: #BDBDBD. Windows color (decimal): -6432385 or 8378781. OLE color: 8378781.

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

Color convert

RGB 157 217 127 -
CMYK 0.28 0 0.41 0.15
HSL 100º 0.54% 0.67% -
HSV(B) 100º 0.41% 0.85% -
XYZ 42.55 58.33 29.09 -
YUV 188.8 93.12 105.32 -
System Red Green Blue C M Y K H S L
Decimal 157 217 127 0.28 0 0.41 0.15 100 0.54 0.67
Hex 9D D9 7F 1C 0 29 F 64 36 43
Octal 235 331 177 34 0 51 17 144 66 103
Binary 10011101 11011001 1111111 11100 0 101001 1111 1100100 110110 1000011

Color Harmonies of #9DD97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD97F

Black with #9DD97F

Text Example


Text Example

White with #9DD97F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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