Html Css Color HEX #98DD76 Gossip

📋 copy color: '#98DD76'

red 152 ◦ green 221 ◦ blue 118

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

Shades of Gossip #98DD76

Tints of Gossip #98DD76

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.01%

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

R = 30.96%
G = 45.01%
B = 24.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#98DD76 (or 0x98DD76) is known color: Gossip. HEX triplet: 98, DD and 76. RGB value is (152,221,118). Sum of RGB (Red+Green+Blue) = 152+221+118=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DD76 is #672289. Grayscale: #BCBCBC. Windows color (decimal): -6759050 or 7789976. OLE color: 7789976.

HSL color Cylindrical-coordinate representation of color #98DD76: hue angle of 100.19º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98DD76 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 221 118 -
CMYK 0.31 0 0.47 0.13
HSL 100.19º 0.6% 0.66% -
HSV(B) 100.19º 0.47% 0.87% -
XYZ 42.08 59.7 26.44 -
YUV 188.63 88.14 101.88 -
System Red Green Blue C M Y K H S L
Decimal 152 221 118 0.31 0 0.47 0.13 100.19 0.6 0.66
Hex 98 DD 76 1F 0 2F D 64 3C 42
Octal 230 335 166 37 0 57 15 144 74 102
Binary 10011000 11011101 1110110 11111 0 101111 1101 1100100 111100 1000010

Color Harmonies of #98DD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DD76

Black with #98DD76

Text Example


Text Example

White with #98DD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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