#99D577

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

Shades of Gossip #99D577

Tints of Gossip #99D577

Color information

#99D577 (or 0x99D577) is unknown color: approx Gossip. HEX triplet: 99, D5 and 77. RGB value is (153,213,119). Sum of RGB (Red+Green+Blue) = 153+213+119=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #99D577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D577 is #662A88. Grayscale: #B8B8B8. Windows color (decimal): -6695561 or 7853465. OLE color: 7853465.

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

Color convert

RGB153213119-
CMYK0.2800.440.16
HSL98.3º52.81%65.1%-
HSV(B)98.3º44.13%83.53%-
XYZ40.2655.6926.08-
YUV184.3491.12105.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.55%
GREEN value IS 213 (83.59% from 255) = 43.92%
BLUE value IS 119 (46.88% from 255) = 24.54%
R=31.55%
G=43.92%
B=24.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532131190.2800.440.1698.352.8165.1
Hex99D5771C02C10623541
Octal231325167340542014265101
Binary100110011101010111101111110001011001000011000101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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