Html Css Color HEX #98D071 Gossip

📋 copy color: '#98D071'

red 152 ◦ green 208 ◦ blue 113

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

Shades of Gossip #98D071

Tints of Gossip #98D071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.97%

 BLUE value IS 113 (44.53% from 255) = 23.89%

R = 32.14%
G = 43.97%
B = 23.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#98D071 (or 0x98D071) is known color: Gossip. HEX triplet: 98, D0 and 71. RGB value is (152,208,113). Sum of RGB (Red+Green+Blue) = 152+208+113=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 208 - color contains mainly: green. Hex color #98D071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D071 is #672F8E. Grayscale: #B4B4B4. Windows color (decimal): -6762383 or 7458968. OLE color: 7458968.

HSL color Cylindrical-coordinate representation of color #98D071: hue angle of 95.37º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98D071 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 208 113 -
CMYK 0.27 0 0.46 0.18
HSL 95.37º 0.5% 0.63% -
HSV(B) 95.37º 0.46% 0.82% -
XYZ 38.49 52.98 23.82 -
YUV 180.43 89.95 107.72 -
System Red Green Blue C M Y K H S L
Decimal 152 208 113 0.27 0 0.46 0.18 95.37 0.5 0.63
Hex 98 D0 71 1B 0 2E 12 5F 32 3F
Octal 230 320 161 33 0 56 22 137 62 77
Binary 10011000 11010000 1110001 11011 0 101110 10010 1011111 110010 111111

Color Harmonies of #98D071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D071

Black with #98D071

Text Example


Text Example

White with #98D071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,208,113); }

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

background-color css

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

 a { background-color: rgb(152,208,113); }

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

border-color css

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

 span { border-color: rgb(152,208,113); }

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