#99D570

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

Shades of Gossip #99D570

Tints of Gossip #99D570

Color information

#99D570 (or 0x99D570) is unknown color: approx Gossip. HEX triplet: 99, D5 and 70. RGB value is (153,213,112). Sum of RGB (Red+Green+Blue) = 153+213+112=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #99D570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D570 is #662A8F. Grayscale: #B7B7B7. Windows color (decimal): -6695568 or 7394713. OLE color: 7394713.

HSL color Cylindrical-coordinate representation of color #99D570: hue angle of 95.64º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99D570 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB153213112-
CMYK0.2800.470.16
HSL95.64º54.59%63.73%-
HSV(B)95.64º47.42%83.53%-
XYZ39.8655.5323.95-
YUV183.5587.62106.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.01%
GREEN value IS 213 (83.59% from 255) = 44.56%
BLUE value IS 112 (44.14% from 255) = 23.43%
R=32.01%
G=44.56%
B=23.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532131120.2800.470.1695.6454.5963.73
Hex99D5701C02F10603740
Octal231325160340572014067100
Binary100110011101010111100001110001011111000011000001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,213,112); }

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

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

 a { background-color: rgb(153,213,112); }

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

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

 span { border-color: rgb(153,213,112); }

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