#99DF6F

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

Shades of Gossip #99DF6F

Tints of Gossip #99DF6F

Color information

#99DF6F (or 0x99DF6F) is unknown color: approx Gossip. HEX triplet: 99, DF and 6F. RGB value is (153,223,111). Sum of RGB (Red+Green+Blue) = 153+223+111=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DF6F is #662090. Grayscale: #BDBDBD. Windows color (decimal): -6693009 or 7331737. OLE color: 7331737.

HSL color Cylindrical-coordinate representation of color #99DF6F: hue angle of 97.5º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99DF6F is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB153223111-
CMYK0.3100.500.13
HSL97.5º63.64%65.49%-
HSV(B)97.5º50.22%87.45%-
XYZ42.3960.724.52-
YUV189.383.81102.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.42%
GREEN value IS 223 (87.5% from 255) = 45.79%
BLUE value IS 111 (43.75% from 255) = 22.79%
R=31.42%
G=45.79%
B=22.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532231110.3100.500.1397.563.6465.49
Hex99DF6F1F032D624041
Octal2313371573706215142100101
Binary100110011101111111011111111101100101101110001010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DF6F; }

 p { color: rgb(153,223,111); }

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

<style>
 a { background-color: #99DF6F; }

 a { background-color: rgb(153,223,111); }

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

<style>
 span { border-color: #99DF6F; }

 span { border-color: rgb(153,223,111); }

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