Html Css Color HEX #9DD881 Gossip

📋 copy color: '#9DD881'

red 157 ◦ green 216 ◦ blue 129

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

Shades of Gossip #9DD881

Tints of Gossip #9DD881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.7%

R = 31.27%
G = 43.03%
B = 25.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#9DD881 (or 0x9DD881) is known color: Gossip. HEX triplet: 9D, D8 and 81. RGB value is (157,216,129). Sum of RGB (Red+Green+Blue) = 157+216+129=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD881 is #62277E. Grayscale: #BCBCBC. Windows color (decimal): -6432639 or 8509597. OLE color: 8509597.

HSL color Cylindrical-coordinate representation of color #9DD881: hue angle of 100.69º 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 #9DD881 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 216 129 -
CMYK 0.27 0 0.40 0.15
HSL 100.69º 0.53% 0.68% -
HSV(B) 100.69º 0.4% 0.85% -
XYZ 42.42 57.86 29.7 -
YUV 188.44 94.45 105.57 -
System Red Green Blue C M Y K H S L
Decimal 157 216 129 0.27 0 0.40 0.15 100.69 0.53 0.68
Hex 9D D8 81 1B 0 28 F 65 35 44
Octal 235 330 201 33 0 50 17 145 65 104
Binary 10011101 11011000 10000001 11011 0 101000 1111 1100101 110101 1000100

Color Harmonies of #9DD881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD881

Black with #9DD881

Text Example


Text Example

White with #9DD881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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