#99CF7C

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

Shades of Gossip #99CF7C

Tints of Gossip #99CF7C

Color information

#99CF7C (or 0x99CF7C) is unknown color: approx Gossip. HEX triplet: 99, CF and 7C. RGB value is (153,207,124). Sum of RGB (Red+Green+Blue) = 153+207+124=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF7C is #663083. Grayscale: #B5B5B5. Windows color (decimal): -6697092 or 8179609. OLE color: 8179609.

HSL color Cylindrical-coordinate representation of color #99CF7C: hue angle of 99.04º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99CF7C is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB153207124-
CMYK0.2600.400.19
HSL99.04º46.37%64.9%-
HSV(B)99.04º40.1%81.18%-
XYZ39.0952.8527.21-
YUV181.3995.61107.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.61%
GREEN value IS 207 (81.25% from 255) = 42.77%
BLUE value IS 124 (48.83% from 255) = 25.62%
R=31.61%
G=42.77%
B=25.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532071240.2600.400.1999.0446.3764.9
Hex99CF7C1A02813632e41
Octal231317174320502314356101
Binary100110011100111111111001101001010001001111000111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,207,124); }

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

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

 a { background-color: rgb(153,207,124); }

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

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

 span { border-color: rgb(153,207,124); }

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