Html Css Color HEX #98DC80 Gossip

📋 copy color: '#98DC80'

red 152 ◦ green 220 ◦ blue 128

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

Shades of Gossip #98DC80

Tints of Gossip #98DC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.6%

R = 30.4%
G = 44%
B = 25.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#98DC80 (or 0x98DC80) is known color: Gossip. HEX triplet: 98, DC and 80. RGB value is (152,220,128). Sum of RGB (Red+Green+Blue) = 152+220+128=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #98DC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DC80 is #67237F. Grayscale: #BDBDBD. Windows color (decimal): -6759296 or 8445080. OLE color: 8445080.

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

Color convert

RGB 152 220 128 -
CMYK 0.31 0 0.42 0.14
HSL 104.35º 0.57% 0.68% -
HSV(B) 104.35º 0.42% 0.86% -
XYZ 42.44 59.42 29.65 -
YUV 189.18 93.47 101.48 -
System Red Green Blue C M Y K H S L
Decimal 152 220 128 0.31 0 0.42 0.14 104.35 0.57 0.68
Hex 98 DC 80 1F 0 2A E 68 39 44
Octal 230 334 200 37 0 52 16 150 71 104
Binary 10011000 11011100 10000000 11111 0 101010 1110 1101000 111001 1000100

Color Harmonies of #98DC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DC80

Black with #98DC80

Text Example


Text Example

White with #98DC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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