Html Css Color HEX #9DD076 Gossip

📋 copy color: '#9DD076'

red 157 ◦ green 208 ◦ blue 118

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

Shades of Gossip #9DD076

Tints of Gossip #9DD076

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.06%

 BLUE value IS 118 (46.48% from 255) = 24.43%

R = 32.51%
G = 43.06%
B = 24.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#9DD076 (or 0x9DD076) is known color: Gossip. HEX triplet: 9D, D0 and 76. RGB value is (157,208,118). Sum of RGB (Red+Green+Blue) = 157+208+118=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD076 is #622F89. Grayscale: #B6B6B6. Windows color (decimal): -6434698 or 7786653. OLE color: 7786653.

HSL color Cylindrical-coordinate representation of color #9DD076: hue angle of 94º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DD076 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 157 208 118 -
CMYK 0.25 0 0.43 0.18
HSL 94º 0.49% 0.64% -
HSV(B) 94º 0.43% 0.82% -
XYZ 39.73 53.59 25.39 -
YUV 182.49 91.6 109.82 -
System Red Green Blue C M Y K H S L
Decimal 157 208 118 0.25 0 0.43 0.18 94 0.49 0.64
Hex 9D D0 76 19 0 2B 12 5E 31 40
Octal 235 320 166 31 0 53 22 136 61 100
Binary 10011101 11010000 1110110 11001 0 101011 10010 1011110 110001 1000000

Color Harmonies of #9DD076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD076

Black with #9DD076

Text Example


Text Example

White with #9DD076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,208,118); }

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

background-color css

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

 a { background-color: rgb(157,208,118); }

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

border-color css

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

 span { border-color: rgb(157,208,118); }

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