#99E27D

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

Shades of Gossip #99E27D

Tints of Gossip #99E27D

Color information

#99E27D (or 0x99E27D) is unknown color: approx Gossip. HEX triplet: 99, E2 and 7D. RGB value is (153,226,125). Sum of RGB (Red+Green+Blue) = 153+226+125=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 226 - color contains mainly: green. Hex color #99E27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E27D is #661D82. Grayscale: #C0C0C0. Windows color (decimal): -6692227 or 8250009. OLE color: 8250009.

HSL color Cylindrical-coordinate representation of color #99E27D: hue angle of 103.37º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99E27D is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB153226125-
CMYK0.3200.450.11
HSL103.37º63.52%68.82%-
HSV(B)103.37º44.69%88.63%-
XYZ44.0362.6529.17-
YUV192.6689.8299.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.36%
GREEN value IS 226 (88.67% from 255) = 44.84%
BLUE value IS 125 (49.22% from 255) = 24.80%
R=30.36%
G=44.84%
B=24.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1532261250.3200.450.11103.3763.5268.82
Hex99E27D2002DB674045
Octal2313421754005513147100105
Binary1001100111100010111110110000001011011011110011110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,226,125); }

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

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

 a { background-color: rgb(153,226,125); }

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

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

 span { border-color: rgb(153,226,125); }

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