Html Css Color HEX #98D37F Gossip

📋 copy color: '#98D37F'

red 152 ◦ green 211 ◦ blue 127

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

Shades of Gossip #98D37F

Tints of Gossip #98D37F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.06%

 BLUE value IS 127 (50% from 255) = 25.92%

R = 31.02%
G = 43.06%
B = 25.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#98D37F (or 0x98D37F) is known color: Gossip. HEX triplet: 98, D3 and 7F. RGB value is (152,211,127). Sum of RGB (Red+Green+Blue) = 152+211+127=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 211 - color contains mainly: green. Hex color #98D37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D37F is #672C80. Grayscale: #B8B8B8. Windows color (decimal): -6761601 or 8377240. OLE color: 8377240.

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

Color convert

RGB 152 211 127 -
CMYK 0.28 0 0.40 0.17
HSL 102.14º 0.49% 0.66% -
HSV(B) 102.14º 0.4% 0.83% -
XYZ 40.07 54.8 28.54 -
YUV 183.78 95.95 105.33 -
System Red Green Blue C M Y K H S L
Decimal 152 211 127 0.28 0 0.40 0.17 102.14 0.49 0.66
Hex 98 D3 7F 1C 0 28 11 66 31 42
Octal 230 323 177 34 0 50 21 146 61 102
Binary 10011000 11010011 1111111 11100 0 101000 10001 1100110 110001 1000010

Color Harmonies of #98D37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D37F

Black with #98D37F

Text Example


Text Example

White with #98D37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,211,127); }

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

background-color css

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

 a { background-color: rgb(152,211,127); }

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

border-color css

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

 span { border-color: rgb(152,211,127); }

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