#99CD8F

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

Shades of Gossip #99CD8F

Tints of Gossip #99CD8F

Color information

#99CD8F (or 0x99CD8F) is unknown color: approx Gossip. HEX triplet: 99, CD and 8F. RGB value is (153,205,143). Sum of RGB (Red+Green+Blue) = 153+205+143=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CD8F is #663270. Grayscale: #B6B6B6. Windows color (decimal): -6697585 or 9424281. OLE color: 9424281.

HSL color Cylindrical-coordinate representation of color #99CD8F: hue angle of 110.32º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99CD8F is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB153205143-
CMYK0.2500.300.20
HSL110.32º38.27%68.24%-
HSV(B)110.32º30.24%80.39%-
XYZ39.9352.4234-
YUV182.38105.77107.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.54%
GREEN value IS 205 (80.47% from 255) = 40.92%
BLUE value IS 143 (56.25% from 255) = 28.54%
R=30.54%
G=40.92%
B=28.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532051430.2500.300.20110.3238.2768.24
Hex99CD8F1901E146e2644
Octal231315217310362415646104
Binary100110011100110110001111110010111101010011011101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,205,143); }

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

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

 a { background-color: rgb(153,205,143); }

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

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

 span { border-color: rgb(153,205,143); }

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