#99E472

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

Shades of Gossip #99E472

Tints of Gossip #99E472

Color information

#99E472 (or 0x99E472) is unknown color: approx Gossip. HEX triplet: 99, E4 and 72. RGB value is (153,228,114). Sum of RGB (Red+Green+Blue) = 153+228+114=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #99E472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E472 is #661B8D. Grayscale: #C0C0C0. Windows color (decimal): -6691726 or 7529625. OLE color: 7529625.

HSL color Cylindrical-coordinate representation of color #99E472: hue angle of 99.47º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99E472 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB153228114-
CMYK0.3300.500.11
HSL99.47º67.86%67.06%-
HSV(B)99.47º50%89.41%-
XYZ43.9263.4725.86-
YUV192.5883.6599.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.91%
GREEN value IS 228 (89.45% from 255) = 46.06%
BLUE value IS 114 (44.92% from 255) = 23.03%
R=30.91%
G=46.06%
B=23.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1532281140.3300.500.1199.4767.8667.06
Hex99E47221032B634443
Octal2313441624106213143104103
Binary1001100111100100111001010000101100101011110001110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,228,114); }

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

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

 a { background-color: rgb(153,228,114); }

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

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

 span { border-color: rgb(153,228,114); }

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