#99DE71

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

Shades of Gossip #99DE71

Tints of Gossip #99DE71

Color information

#99DE71 (or 0x99DE71) is unknown color: approx Gossip. HEX triplet: 99, DE and 71. RGB value is (153,222,113). Sum of RGB (Red+Green+Blue) = 153+222+113=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #99DE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DE71 is #66218E. Grayscale: #BDBDBD. Windows color (decimal): -6693263 or 7462553. OLE color: 7462553.

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

Color convert

RGB153222113-
CMYK0.3100.490.13
HSL97.98º62.29%65.69%-
HSV(B)97.98º49.1%87.06%-
XYZ42.2460.2125.02-
YUV188.9485.14102.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.35%
GREEN value IS 222 (87.11% from 255) = 45.49%
BLUE value IS 113 (44.53% from 255) = 23.16%
R=31.35%
G=45.49%
B=23.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532221130.3100.490.1397.9862.2965.69
Hex99DE711F031D623e42
Octal231336161370611514276102
Binary10011001110111101110001111110110001110111000101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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