Html Css Color HEX #9DDB78 Gossip

📋 copy color: '#9DDB78'

red 157 ◦ green 219 ◦ blue 120

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

Shades of Gossip #9DDB78

Tints of Gossip #9DDB78

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.15%

 BLUE value IS 120 (47.27% from 255) = 24.19%

R = 31.65%
G = 44.15%
B = 24.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#9DDB78 (or 0x9DDB78) is known color: Gossip. HEX triplet: 9D, DB and 78. RGB value is (157,219,120). Sum of RGB (Red+Green+Blue) = 157+219+120=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB78 is #622487. Grayscale: #BDBDBD. Windows color (decimal): -6431880 or 7920541. OLE color: 7920541.

HSL color Cylindrical-coordinate representation of color #9DDB78: hue angle of 97.58º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DDB78 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 219 120 -
CMYK 0.28 0 0.45 0.14
HSL 97.58º 0.58% 0.66% -
HSV(B) 97.58º 0.45% 0.86% -
XYZ 42.63 59.19 26.95 -
YUV 189.18 88.96 105.05 -
System Red Green Blue C M Y K H S L
Decimal 157 219 120 0.28 0 0.45 0.14 97.58 0.58 0.66
Hex 9D DB 78 1C 0 2D E 62 3A 42
Octal 235 333 170 34 0 55 16 142 72 102
Binary 10011101 11011011 1111000 11100 0 101101 1110 1100010 111010 1000010

Color Harmonies of #9DDB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDB78

Black with #9DDB78

Text Example


Text Example

White with #9DDB78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,219,120); }

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

background-color css

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

 a { background-color: rgb(157,219,120); }

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

border-color css

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

 span { border-color: rgb(157,219,120); }

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