Html Css Color HEX #98E373 Gossip

📋 copy color: '#98E373'

red 152 ◦ green 227 ◦ blue 115

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

Shades of Gossip #98E373

Tints of Gossip #98E373

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.95%

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

R = 30.77%
G = 45.95%
B = 23.28%

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

#98E373 (or 0x98E373) is known color: Gossip. HEX triplet: 98, E3 and 73. RGB value is (152,227,115). Sum of RGB (Red+Green+Blue) = 152+227+115=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #98E373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E373 is #671C8C. Grayscale: #C0C0C0. Windows color (decimal): -6757517 or 7594904. OLE color: 7594904.

HSL color Cylindrical-coordinate representation of color #98E373: hue angle of 100.18º degrees, saturation: 0.67, 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 #98E373 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 152 227 115 -
CMYK 0.33 0 0.49 0.11
HSL 100.18º 0.67% 0.67% -
HSV(B) 100.18º 0.49% 0.89% -
XYZ 43.51 62.85 26.06 -
YUV 191.81 84.65 99.61 -
System Red Green Blue C M Y K H S L
Decimal 152 227 115 0.33 0 0.49 0.11 100.18 0.67 0.67
Hex 98 E3 73 21 0 31 B 64 43 43
Octal 230 343 163 41 0 61 13 144 103 103
Binary 10011000 11100011 1110011 100001 0 110001 1011 1100100 1000011 1000011

Color Harmonies of #98E373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E373

Black with #98E373

Text Example


Text Example

White with #98E373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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