#99CD79

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

Shades of Gossip #99CD79

Tints of Gossip #99CD79

Color information

#99CD79 (or 0x99CD79) is unknown color: approx Gossip. HEX triplet: 99, CD and 79. RGB value is (153,205,121). Sum of RGB (Red+Green+Blue) = 153+205+121=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CD79 is #663286. Grayscale: #B4B4B4. Windows color (decimal): -6697607 or 7982489. OLE color: 7982489.

HSL color Cylindrical-coordinate representation of color #99CD79: hue angle of 97.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99CD79 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB153205121-
CMYK0.2500.410.20
HSL97.14º45.65%63.92%-
HSV(B)97.14º40.98%80.39%-
XYZ38.4251.8226.07-
YUV179.8894.77108.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.94%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 121 (47.66% from 255) = 25.26%
R=31.94%
G=42.80%
B=25.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532051210.2500.410.2097.1445.6563.92
Hex99CD791902914612e40
Octal231315171310512414156100
Binary100110011100110111110011100101010011010011000011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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