#99DE81

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

Shades of Gossip #99DE81

Tints of Gossip #99DE81

Color information

#99DE81 (or 0x99DE81) is unknown color: approx Gossip. HEX triplet: 99, DE and 81. RGB value is (153,222,129). Sum of RGB (Red+Green+Blue) = 153+222+129=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #99DE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DE81 is #66217E. Grayscale: #BFBFBF. Windows color (decimal): -6693247 or 8511129. OLE color: 8511129.

HSL color Cylindrical-coordinate representation of color #99DE81: hue angle of 104.52º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99DE81 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB153222129-
CMYK0.3100.420.13
HSL104.52º58.49%68.82%-
HSV(B)104.52º41.89%87.06%-
XYZ43.2260.630.19-
YUV190.7793.14101.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.36%
GREEN value IS 222 (87.11% from 255) = 44.05%
BLUE value IS 129 (50.78% from 255) = 25.60%
R=30.36%
G=44.05%
B=25.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532221290.3100.420.13104.5258.4968.82
Hex99DE811F02AD693a45
Octal231336201370521515172105
Binary100110011101111010000001111110101010110111010011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,222,129); }

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

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

 a { background-color: rgb(153,222,129); }

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

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

 span { border-color: rgb(153,222,129); }

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