#99D574

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

Shades of Gossip #99D574

Tints of Gossip #99D574

Color information

#99D574 (or 0x99D574) is unknown color: approx Gossip. HEX triplet: 99, D5 and 74. RGB value is (153,213,116). Sum of RGB (Red+Green+Blue) = 153+213+116=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #99D574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D574 is #662A8B. Grayscale: #B8B8B8. Windows color (decimal): -6695564 or 7656857. OLE color: 7656857.

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

Color convert

RGB153213116-
CMYK0.2800.460.16
HSL97.11º53.59%64.51%-
HSV(B)97.11º45.54%83.53%-
XYZ40.0855.6225.15-
YUV18489.62105.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.74%
GREEN value IS 213 (83.59% from 255) = 44.19%
BLUE value IS 116 (45.70% from 255) = 24.07%
R=31.74%
G=44.19%
B=24.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532131160.2800.460.1697.1153.5964.51
Hex99D5741C02E10613641
Octal231325164340562014166101
Binary100110011101010111101001110001011101000011000011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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