Html Css Color HEX #98D271 Gossip

📋 copy color: '#98D271'

red 152 ◦ green 210 ◦ blue 113

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

Shades of Gossip #98D271

Tints of Gossip #98D271

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.21%

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

R = 32%
G = 44.21%
B = 23.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#98D271 (or 0x98D271) is known color: Gossip. HEX triplet: 98, D2 and 71. RGB value is (152,210,113). Sum of RGB (Red+Green+Blue) = 152+210+113=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #98D271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D271 is #672D8E. Grayscale: #B5B5B5. Windows color (decimal): -6761871 or 7459480. OLE color: 7459480.

HSL color Cylindrical-coordinate representation of color #98D271: hue angle of 95.88º degrees, saturation: 0.52, 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 #98D271 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 210 113 -
CMYK 0.28 0 0.46 0.18
HSL 95.88º 0.52% 0.63% -
HSV(B) 95.88º 0.46% 0.82% -
XYZ 38.98 53.96 23.98 -
YUV 181.6 89.28 106.89 -
System Red Green Blue C M Y K H S L
Decimal 152 210 113 0.28 0 0.46 0.18 95.88 0.52 0.63
Hex 98 D2 71 1C 0 2E 12 60 34 3F
Octal 230 322 161 34 0 56 22 140 64 77
Binary 10011000 11010010 1110001 11100 0 101110 10010 1100000 110100 111111

Color Harmonies of #98D271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D271

Black with #98D271

Text Example


Text Example

White with #98D271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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