Html Css Color HEX #98E080 Gossip

📋 copy color: '#98E080'

red 152 ◦ green 224 ◦ blue 128

#98E080
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #98E080

Tints of Gossip #98E080

RGB

 RED value IS 152 (59.77% from 255) = 30.16%

 GREEN value IS 224 (87.89% from 255) = 44.44%

 BLUE value IS 128 (50.39% from 255) = 25.4%

R = 30.16%
G = 44.44%
B = 25.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#98E080 (or 0x98E080) is known color: Gossip. HEX triplet: 98, E0 and 80. RGB value is (152,224,128). Sum of RGB (Red+Green+Blue) = 152+224+128=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #98E080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98E080 is #671F7F. Grayscale: #BFBFBF. Windows color (decimal): -6758272 or 8446104. OLE color: 8446104.

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

Color convert

RGB 152 224 128 -
CMYK 0.32 0 0.43 0.12
HSL 105º 0.61% 0.69% -
HSV(B) 105º 0.43% 0.88% -
XYZ 43.5 61.55 30.01 -
YUV 191.53 92.15 99.81 -
System Red Green Blue C M Y K H S L
Decimal 152 224 128 0.32 0 0.43 0.12 105 0.61 0.69
Hex 98 E0 80 20 0 2B C 69 3D 45
Octal 230 340 200 40 0 53 14 151 75 105
Binary 10011000 11100000 10000000 100000 0 101011 1100 1101001 111101 1000101

Color Harmonies of #98E080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E080

Black with #98E080

Text Example


Text Example

White with #98E080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98E080;
 }
 .AnyTagClassName
 {
   color: #98E080;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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