#99E680

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

Shades of Gossip #99E680

Tints of Gossip #99E680

Color information

#99E680 (or 0x99E680) is unknown color: approx Gossip. HEX triplet: 99, E6 and 80. RGB value is (153,230,128). Sum of RGB (Red+Green+Blue) = 153+230+128=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 230 - color contains mainly: green. Hex color #99E680 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99E680 is #66197F. Grayscale: #C3C3C3. Windows color (decimal): -6691200 or 8447641. OLE color: 8447641.

HSL color Cylindrical-coordinate representation of color #99E680: hue angle of 105.29º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99E680 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB153230128-
CMYK0.3300.440.10
HSL105.29º67.11%70.2%-
HSV(B)105.29º44.35%90.2%-
XYZ45.3364.9230.56-
YUV195.3589.9997.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.94%
GREEN value IS 230 (90.23% from 255) = 45.01%
BLUE value IS 128 (50.39% from 255) = 25.05%
R=29.94%
G=45.01%
B=25.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1532301280.3300.440.10105.2967.1170.2
Hex99E6802102CA694346
Octal2313462004105412151103106
Binary10011001111001101000000010000101011001010110100110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,230,128); }

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

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

 a { background-color: rgb(153,230,128); }

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

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

 span { border-color: rgb(153,230,128); }

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