Html Css Color HEX #98DF84 Gossip

📋 copy color: '#98DF84'

red 152 ◦ green 223 ◦ blue 132

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

Shades of Gossip #98DF84

Tints of Gossip #98DF84

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.98%

 BLUE value IS 132 (51.95% from 255) = 26.04%

R = 29.98%
G = 43.98%
B = 26.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#98DF84 (or 0x98DF84) is known color: Gossip. HEX triplet: 98, DF and 84. RGB value is (152,223,132). Sum of RGB (Red+Green+Blue) = 152+223+132=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DF84 is #67207B. Grayscale: #BFBFBF. Windows color (decimal): -6758524 or 8707992. OLE color: 8707992.

HSL color Cylindrical-coordinate representation of color #98DF84: hue angle of 106.81º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98DF84 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 223 132 -
CMYK 0.32 0 0.41 0.13
HSL 106.81º 0.59% 0.7% -
HSV(B) 106.81º 0.41% 0.87% -
XYZ 43.5 61.12 31.33 -
YUV 191.4 94.48 99.9 -
System Red Green Blue C M Y K H S L
Decimal 152 223 132 0.32 0 0.41 0.13 106.81 0.59 0.7
Hex 98 DF 84 20 0 29 D 6B 3B 46
Octal 230 337 204 40 0 51 15 153 73 106
Binary 10011000 11011111 10000100 100000 0 101001 1101 1101011 111011 1000110

Color Harmonies of #98DF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DF84

Black with #98DF84

Text Example


Text Example

White with #98DF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,223,132); }

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

background-color css

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

 a { background-color: rgb(152,223,132); }

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

border-color css

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

 span { border-color: rgb(152,223,132); }

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