Html Css Color HEX #98D871 Gossip

📋 copy color: '#98D871'

red 152 ◦ green 216 ◦ blue 113

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

Shades of Gossip #98D871

Tints of Gossip #98D871

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.91%

 BLUE value IS 113 (44.53% from 255) = 23.49%

R = 31.6%
G = 44.91%
B = 23.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#98D871 (or 0x98D871) is known color: Gossip. HEX triplet: 98, D8 and 71. RGB value is (152,216,113). Sum of RGB (Red+Green+Blue) = 152+216+113=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #98D871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D871 is #67278E. Grayscale: #B9B9B9. Windows color (decimal): -6760335 or 7461016. OLE color: 7461016.

HSL color Cylindrical-coordinate representation of color #98D871: hue angle of 97.28º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98D871 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 216 113 -
CMYK 0.30 0 0.48 0.15
HSL 97.28º 0.57% 0.65% -
HSV(B) 97.28º 0.48% 0.85% -
XYZ 40.49 56.98 24.49 -
YUV 185.12 87.3 104.38 -
System Red Green Blue C M Y K H S L
Decimal 152 216 113 0.30 0 0.48 0.15 97.28 0.57 0.65
Hex 98 D8 71 1E 0 30 F 61 39 41
Octal 230 330 161 36 0 60 17 141 71 101
Binary 10011000 11011000 1110001 11110 0 110000 1111 1100001 111001 1000001

Color Harmonies of #98D871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D871

Black with #98D871

Text Example


Text Example

White with #98D871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,216,113); }

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

background-color css

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

 a { background-color: rgb(152,216,113); }

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

border-color css

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

 span { border-color: rgb(152,216,113); }

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