#99D378

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

Shades of Gossip #99D378

Tints of Gossip #99D378

Color information

#99D378 (or 0x99D378) is unknown color: approx Gossip. HEX triplet: 99, D3 and 78. RGB value is (153,211,120). Sum of RGB (Red+Green+Blue) = 153+211+120=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #99D378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D378 is #662C87. Grayscale: #B7B7B7. Windows color (decimal): -6696072 or 7918489. OLE color: 7918489.

HSL color Cylindrical-coordinate representation of color #99D378: hue angle of 98.24º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99D378 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB153211120-
CMYK0.2700.430.17
HSL98.24º50.84%64.9%-
HSV(B)98.24º43.13%82.75%-
XYZ39.8254.7226.23-
YUV183.2892.28106.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.61%
GREEN value IS 211 (82.81% from 255) = 43.60%
BLUE value IS 120 (47.27% from 255) = 24.79%
R=31.61%
G=43.60%
B=24.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1532111200.2700.430.1798.2450.8464.9
Hex99D3781B02B11623341
Octal231323170330532114263101
Binary100110011101001111110001101101010111000111000101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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