#99D568

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

Shades of Gossip #99D568

Tints of Gossip #99D568

Color information

#99D568 (or 0x99D568) is unknown color: approx Gossip. HEX triplet: 99, D5 and 68. RGB value is (153,213,104). Sum of RGB (Red+Green+Blue) = 153+213+104=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #99D568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D568 is #662A97. Grayscale: #B7B7B7. Windows color (decimal): -6695576 or 6870425. OLE color: 6870425.

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

Color convert

RGB153213104-
CMYK0.2800.510.16
HSL93.03º56.48%62.16%-
HSV(B)93.03º51.17%83.53%-
XYZ39.4355.3621.7-
YUV182.6383.62106.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.55%
GREEN value IS 213 (83.59% from 255) = 45.32%
BLUE value IS 104 (41.02% from 255) = 22.13%
R=32.55%
G=45.32%
B=22.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532131040.2800.510.1693.0356.4862.16
Hex99D5681C033105d383e
Octal23132515034063201357076
Binary10011001110101011101000111000110011100001011101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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