#99CD78

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

Shades of Gossip #99CD78

Tints of Gossip #99CD78

Color information

#99CD78 (or 0x99CD78) is unknown color: approx Gossip. HEX triplet: 99, CD and 78. RGB value is (153,205,120). Sum of RGB (Red+Green+Blue) = 153+205+120=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CD78 is #663287. Grayscale: #B4B4B4. Windows color (decimal): -6697608 or 7916953. OLE color: 7916953.

HSL color Cylindrical-coordinate representation of color #99CD78: hue angle of 96.71º 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 #99CD78 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB153205120-
CMYK0.2500.410.20
HSL96.71º45.95%63.73%-
HSV(B)96.71º41.46%80.39%-
XYZ38.3651.7925.74-
YUV179.7694.27108.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.01%
GREEN value IS 205 (80.47% from 255) = 42.89%
BLUE value IS 120 (47.27% from 255) = 25.10%
R=32.01%
G=42.89%
B=25.10%

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
Decimal1532051200.2500.410.2096.7145.9563.73
Hex99CD781902914612e40
Octal231315170310512414156100
Binary100110011100110111110001100101010011010011000011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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