Html Css Color HEX #98DD73 Gossip

📋 copy color: '#98DD73'

red 152 ◦ green 221 ◦ blue 115

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

Shades of Gossip #98DD73

Tints of Gossip #98DD73

RGB

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

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

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

R = 31.15%
G = 45.29%
B = 23.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#98DD73 (or 0x98DD73) is known color: Gossip. HEX triplet: 98, DD and 73. RGB value is (152,221,115). Sum of RGB (Red+Green+Blue) = 152+221+115=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DD73 is #67228C. Grayscale: #BCBCBC. Windows color (decimal): -6759053 or 7593368. OLE color: 7593368.

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

Color convert

RGB 152 221 115 -
CMYK 0.31 0 0.48 0.13
HSL 99.06º 0.61% 0.66% -
HSV(B) 99.06º 0.48% 0.87% -
XYZ 41.9 59.63 25.52 -
YUV 188.29 86.64 102.12 -
System Red Green Blue C M Y K H S L
Decimal 152 221 115 0.31 0 0.48 0.13 99.06 0.61 0.66
Hex 98 DD 73 1F 0 30 D 63 3D 42
Octal 230 335 163 37 0 60 15 143 75 102
Binary 10011000 11011101 1110011 11111 0 110000 1101 1100011 111101 1000010

Color Harmonies of #98DD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DD73

Black with #98DD73

Text Example


Text Example

White with #98DD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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