#9BDE78

Color #9BDE78 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #9BDE78

Tints of Gossip #9BDE78

Color information

#9BDE78 (or 0x9BDE78) is unknown color: approx Gossip. HEX triplet: 9B, DE and 78. RGB value is (155,222,120). Sum of RGB (Red+Green+Blue) = 155+222+120=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDE78 is #642187. Grayscale: #BEBEBE. Windows color (decimal): -6562184 or 7921307. OLE color: 7921307.

HSL color Cylindrical-coordinate representation of color #9BDE78: hue angle of 99.41º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BDE78 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB155222120-
CMYK0.3000.460.13
HSL99.41º60.71%67.06%-
HSV(B)99.41º45.95%87.06%-
XYZ43.0360.5727.19-
YUV190.3488.3102.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.19%
GREEN value IS 222 (87.11% from 255) = 44.67%
BLUE value IS 120 (47.27% from 255) = 24.14%
R=31.19%
G=44.67%
B=24.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552221200.3000.460.1399.4160.7167.06
Hex9BDE781E02ED633d43
Octal233336170360561514375103
Binary10011011110111101111000111100101110110111000111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,222,120); }

 H1.HeaderClassName
 {
   color: #9BDE78;
 }
 .AnyTagClassName
 {
   color: #9BDE78;
 }
</style>
background-color css

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

 a { background-color: rgb(155,222,120); }

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

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

 span { border-color: rgb(155,222,120); }

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