#98E381

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

Shades of Gossip #98E381

Tints of Gossip #98E381

Color information

#98E381 (or 0x98E381) is unknown color: approx Gossip. HEX triplet: 98, E3 and 81. RGB value is (152,227,129). Sum of RGB (Red+Green+Blue) = 152+227+129=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 227 - color contains mainly: green. Hex color #98E381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98E381 is #671C7E. Grayscale: #C1C1C1. Windows color (decimal): -6757503 or 8512408. OLE color: 8512408.

HSL color Cylindrical-coordinate representation of color #98E381: hue angle of 105.92º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98E381 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB152227129-
CMYK0.3300.430.11
HSL105.92º63.64%69.8%-
HSV(B)105.92º43.17%89.02%-
XYZ44.3863.230.63-
YUV193.491.6598.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.92%
GREEN value IS 227 (89.06% from 255) = 44.69%
BLUE value IS 129 (50.78% from 255) = 25.39%
R=29.92%
G=44.69%
B=25.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1522271290.3300.430.11105.9263.6469.8
Hex98E3812102BB6a4046
Octal2303432014105313152100106
Binary10011000111000111000000110000101010111011110101010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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