#98E081

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

Shades of Gossip #98E081

Tints of Gossip #98E081

Color information

#98E081 (or 0x98E081) is unknown color: approx Gossip. HEX triplet: 98, E0 and 81. RGB value is (152,224,129). Sum of RGB (Red+Green+Blue) = 152+224+129=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #98E081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98E081 is #671F7E. Grayscale: #BFBFBF. Windows color (decimal): -6758271 or 8511640. OLE color: 8511640.

HSL color Cylindrical-coordinate representation of color #98E081: hue angle of 105.47º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98E081 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB152224129-
CMYK0.3200.420.12
HSL105.47º60.51%69.22%-
HSV(B)105.47º42.41%87.84%-
XYZ43.5761.5730.36-
YUV191.6492.6599.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.10%
GREEN value IS 224 (87.89% from 255) = 44.36%
BLUE value IS 129 (50.78% from 255) = 25.54%
R=30.10%
G=44.36%
B=25.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1522241290.3200.420.12105.4760.5169.22
Hex98E0812002AC693d45
Octal230340201400521415175105
Binary1001100011100000100000011000000101010110011010011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98E081; }

 p { color: rgb(152,224,129); }

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

<style>
 a { background-color: #98E081; }

 a { background-color: rgb(152,224,129); }

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

<style>
 span { border-color: #98E081; }

 span { border-color: rgb(152,224,129); }

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