Html Css Color HEX #98DC76 Gossip

📋 copy color: '#98DC76'

red 152 ◦ green 220 ◦ blue 118

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

Shades of Gossip #98DC76

Tints of Gossip #98DC76

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.9%

 BLUE value IS 118 (46.48% from 255) = 24.08%

R = 31.02%
G = 44.9%
B = 24.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#98DC76 (or 0x98DC76) is known color: Gossip. HEX triplet: 98, DC and 76. RGB value is (152,220,118). Sum of RGB (Red+Green+Blue) = 152+220+118=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #98DC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DC76 is #672389. Grayscale: #BCBCBC. Windows color (decimal): -6759306 or 7789720. OLE color: 7789720.

HSL color Cylindrical-coordinate representation of color #98DC76: hue angle of 100º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98DC76 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 220 118 -
CMYK 0.31 0 0.46 0.14
HSL 100º 0.59% 0.66% -
HSV(B) 100º 0.46% 0.86% -
XYZ 41.81 59.17 26.36 -
YUV 188.04 88.47 102.29 -
System Red Green Blue C M Y K H S L
Decimal 152 220 118 0.31 0 0.46 0.14 100 0.59 0.66
Hex 98 DC 76 1F 0 2E E 64 3B 42
Octal 230 334 166 37 0 56 16 144 73 102
Binary 10011000 11011100 1110110 11111 0 101110 1110 1100100 111011 1000010

Color Harmonies of #98DC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DC76

Black with #98DC76

Text Example


Text Example

White with #98DC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,220,118); }

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

background-color css

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

 a { background-color: rgb(152,220,118); }

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

border-color css

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

 span { border-color: rgb(152,220,118); }

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