#99DB7E

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

Shades of Gossip #99DB7E

Tints of Gossip #99DB7E

Color information

#99DB7E (or 0x99DB7E) is unknown color: approx Gossip. HEX triplet: 99, DB and 7E. RGB value is (153,219,126). Sum of RGB (Red+Green+Blue) = 153+219+126=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DB7E is #662481. Grayscale: #BCBCBC. Windows color (decimal): -6694018 or 8313753. OLE color: 8313753.

HSL color Cylindrical-coordinate representation of color #99DB7E: hue angle of 102.58º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99DB7E is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB153219126-
CMYK0.3000.420.14
HSL102.58º56.36%67.65%-
HSV(B)102.58º42.47%85.88%-
XYZ42.2358.9428.89-
YUV188.6692.63102.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.72%
GREEN value IS 219 (85.94% from 255) = 43.98%
BLUE value IS 126 (49.61% from 255) = 25.30%
R=30.72%
G=43.98%
B=25.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532191260.3000.420.14102.5856.3667.65
Hex99DB7E1E02AE673844
Octal231333176360521614770104
Binary10011001110110111111110111100101010111011001111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,219,126); }

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

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

 a { background-color: rgb(153,219,126); }

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

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

 span { border-color: rgb(153,219,126); }

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