Html Css Color HEX #98DD77 Gossip

📋 copy color: '#98DD77'

red 152 ◦ green 221 ◦ blue 119

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

Shades of Gossip #98DD77

Tints of Gossip #98DD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.19%

R = 30.89%
G = 44.92%
B = 24.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#98DD77 (or 0x98DD77) is known color: Gossip. HEX triplet: 98, DD and 77. RGB value is (152,221,119). Sum of RGB (Red+Green+Blue) = 152+221+119=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DD77 is #672288. Grayscale: #BDBDBD. Windows color (decimal): -6759049 or 7855512. OLE color: 7855512.

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

Color convert

RGB 152 221 119 -
CMYK 0.31 0 0.46 0.13
HSL 100.59º 0.6% 0.67% -
HSV(B) 100.59º 0.46% 0.87% -
XYZ 42.14 59.72 26.76 -
YUV 188.74 88.64 101.79 -
System Red Green Blue C M Y K H S L
Decimal 152 221 119 0.31 0 0.46 0.13 100.59 0.6 0.67
Hex 98 DD 77 1F 0 2E D 65 3C 43
Octal 230 335 167 37 0 56 15 145 74 103
Binary 10011000 11011101 1110111 11111 0 101110 1101 1100101 111100 1000011

Color Harmonies of #98DD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DD77

Black with #98DD77

Text Example


Text Example

White with #98DD77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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