#99D481

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

Shades of Gossip #99D481

Tints of Gossip #99D481

Color information

#99D481 (or 0x99D481) is unknown color: approx Gossip. HEX triplet: 99, D4 and 81. RGB value is (153,212,129). Sum of RGB (Red+Green+Blue) = 153+212+129=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 212 - color contains mainly: green. Hex color #99D481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D481 is #662B7E. Grayscale: #B9B9B9. Windows color (decimal): -6695807 or 8508569. OLE color: 8508569.

HSL color Cylindrical-coordinate representation of color #99D481: hue angle of 102.65º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99D481 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB153212129-
CMYK0.2800.390.17
HSL102.65º49.11%66.86%-
HSV(B)102.65º39.15%83.14%-
XYZ40.6455.4429.33-
YUV184.996.45105.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.97%
GREEN value IS 212 (83.20% from 255) = 42.91%
BLUE value IS 129 (50.78% from 255) = 26.11%
R=30.97%
G=42.91%
B=26.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1532121290.2800.390.17102.6549.1166.86
Hex99D4811C02711673143
Octal231324201340472114761103
Binary1001100111010100100000011110001001111000111001111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,212,129); }

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

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

 a { background-color: rgb(153,212,129); }

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

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

 span { border-color: rgb(153,212,129); }

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