Html Css Color HEX #98D580 Gossip

📋 copy color: '#98D580'

red 152 ◦ green 213 ◦ blue 128

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

Shades of Gossip #98D580

Tints of Gossip #98D580

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.2%

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

R = 30.83%
G = 43.2%
B = 25.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#98D580 (or 0x98D580) is known color: Gossip. HEX triplet: 98, D5 and 80. RGB value is (152,213,128). Sum of RGB (Red+Green+Blue) = 152+213+128=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #98D580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D580 is #672A7F. Grayscale: #B9B9B9. Windows color (decimal): -6761088 or 8443288. OLE color: 8443288.

HSL color Cylindrical-coordinate representation of color #98D580: hue angle of 103.06º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98D580 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 213 128 -
CMYK 0.29 0 0.40 0.16
HSL 103.06º 0.5% 0.67% -
HSV(B) 103.06º 0.4% 0.84% -
XYZ 40.64 55.82 29.05 -
YUV 185.07 95.79 104.41 -
System Red Green Blue C M Y K H S L
Decimal 152 213 128 0.29 0 0.40 0.16 103.06 0.5 0.67
Hex 98 D5 80 1D 0 28 10 67 32 43
Octal 230 325 200 35 0 50 20 147 62 103
Binary 10011000 11010101 10000000 11101 0 101000 10000 1100111 110010 1000011

Color Harmonies of #98D580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D580

Black with #98D580

Text Example


Text Example

White with #98D580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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