Html Css Color HEX #98D47D Gossip

📋 copy color: '#98D47D'

red 152 ◦ green 212 ◦ blue 125

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

Shades of Gossip #98D47D

Tints of Gossip #98D47D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.35%

 BLUE value IS 125 (49.22% from 255) = 25.56%

R = 31.08%
G = 43.35%
B = 25.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#98D47D (or 0x98D47D) is known color: Gossip. HEX triplet: 98, D4 and 7D. RGB value is (152,212,125). Sum of RGB (Red+Green+Blue) = 152+212+125=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 212 - color contains mainly: green. Hex color #98D47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D47D is #672B82. Grayscale: #B8B8B8. Windows color (decimal): -6761347 or 8246424. OLE color: 8246424.

HSL color Cylindrical-coordinate representation of color #98D47D: hue angle of 101.38º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98D47D is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 152 212 125 -
CMYK 0.28 0 0.41 0.17
HSL 101.38º 0.5% 0.66% -
HSV(B) 101.38º 0.41% 0.83% -
XYZ 40.19 55.24 27.95 -
YUV 184.14 94.62 105.07 -
System Red Green Blue C M Y K H S L
Decimal 152 212 125 0.28 0 0.41 0.17 101.38 0.5 0.66
Hex 98 D4 7D 1C 0 29 11 65 32 42
Octal 230 324 175 34 0 51 21 145 62 102
Binary 10011000 11010100 1111101 11100 0 101001 10001 1100101 110010 1000010

Color Harmonies of #98D47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D47D

Black with #98D47D

Text Example


Text Example

White with #98D47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,212,125); }

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

background-color css

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

 a { background-color: rgb(152,212,125); }

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

border-color css

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

 span { border-color: rgb(152,212,125); }

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