#99D575

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

Shades of Gossip #99D575

Tints of Gossip #99D575

Color information

#99D575 (or 0x99D575) is unknown color: approx Gossip. HEX triplet: 99, D5 and 75. RGB value is (153,213,117). Sum of RGB (Red+Green+Blue) = 153+213+117=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #99D575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D575 is #662A8A. Grayscale: #B8B8B8. Windows color (decimal): -6695563 or 7722393. OLE color: 7722393.

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

Color convert

RGB153213117-
CMYK0.2800.450.16
HSL97.5º53.33%64.71%-
HSV(B)97.5º45.07%83.53%-
XYZ40.1455.6525.45-
YUV184.1290.12105.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.68%
GREEN value IS 213 (83.59% from 255) = 44.10%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=31.68%
G=44.10%
B=24.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532131170.2800.450.1697.553.3364.71
Hex99D5751C02D10623541
Octal231325165340552014265101
Binary100110011101010111101011110001011011000011000101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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