Html Css Color HEX #98E273 Gossip

📋 copy color: '#98E273'

red 152 ◦ green 226 ◦ blue 115

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

Shades of Gossip #98E273

Tints of Gossip #98E273

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.84%

 BLUE value IS 115 (45.31% from 255) = 23.33%

R = 30.83%
G = 45.84%
B = 23.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#98E273 (or 0x98E273) is known color: Gossip. HEX triplet: 98, E2 and 73. RGB value is (152,226,115). Sum of RGB (Red+Green+Blue) = 152+226+115=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 226 - color contains mainly: green. Hex color #98E273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E273 is #671D8C. Grayscale: #BFBFBF. Windows color (decimal): -6757773 or 7594648. OLE color: 7594648.

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

Color convert

RGB 152 226 115 -
CMYK 0.33 0 0.49 0.11
HSL 100º 0.66% 0.67% -
HSV(B) 100º 0.49% 0.89% -
XYZ 43.24 62.31 25.97 -
YUV 191.22 84.98 100.03 -
System Red Green Blue C M Y K H S L
Decimal 152 226 115 0.33 0 0.49 0.11 100 0.66 0.67
Hex 98 E2 73 21 0 31 B 64 42 43
Octal 230 342 163 41 0 61 13 144 102 103
Binary 10011000 11100010 1110011 100001 0 110001 1011 1100100 1000010 1000011

Color Harmonies of #98E273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E273

Black with #98E273

Text Example


Text Example

White with #98E273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,226,115); }

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

background-color css

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

 a { background-color: rgb(152,226,115); }

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

border-color css

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

 span { border-color: rgb(152,226,115); }

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