#9BDF7D

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

Shades of Gossip #9BDF7D

Tints of Gossip #9BDF7D

Color information

#9BDF7D (or 0x9BDF7D) is unknown color: approx Gossip. HEX triplet: 9B, DF and 7D. RGB value is (155,223,125). Sum of RGB (Red+Green+Blue) = 155+223+125=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDF7D is #642082. Grayscale: #BFBFBF. Windows color (decimal): -6561923 or 8249243. OLE color: 8249243.

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

Color convert

RGB155223125-
CMYK0.3000.440.13
HSL101.63º60.49%68.24%-
HSV(B)101.63º43.95%87.45%-
XYZ43.6161.2228.92-
YUV191.590.47101.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.82%
GREEN value IS 223 (87.5% from 255) = 44.33%
BLUE value IS 125 (49.22% from 255) = 24.85%
R=30.82%
G=44.33%
B=24.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552231250.3000.440.13101.6360.4968.24
Hex9BDF7D1E02CD663c44
Octal233337175360541514674104
Binary10011011110111111111101111100101100110111001101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,223,125); }

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

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

 a { background-color: rgb(155,223,125); }

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

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

 span { border-color: rgb(155,223,125); }

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