Html Css Color HEX #98E37D Gossip

📋 copy color: '#98E37D'

red 152 ◦ green 227 ◦ blue 125

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

Shades of Gossip #98E37D

Tints of Gossip #98E37D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.04%

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

R = 30.16%
G = 45.04%
B = 24.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#98E37D (or 0x98E37D) is known color: Gossip. HEX triplet: 98, E3 and 7D. RGB value is (152,227,125). Sum of RGB (Red+Green+Blue) = 152+227+125=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #98E37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E37D is #671C82. Grayscale: #C1C1C1. Windows color (decimal): -6757507 or 8250264. OLE color: 8250264.

HSL color Cylindrical-coordinate representation of color #98E37D: hue angle of 104.12º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98E37D is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 152 227 125 -
CMYK 0.33 0 0.45 0.11
HSL 104.12º 0.65% 0.69% -
HSV(B) 104.12º 0.45% 0.89% -
XYZ 44.12 63.09 29.26 -
YUV 192.95 89.65 98.79 -
System Red Green Blue C M Y K H S L
Decimal 152 227 125 0.33 0 0.45 0.11 104.12 0.65 0.69
Hex 98 E3 7D 21 0 2D B 68 41 45
Octal 230 343 175 41 0 55 13 150 101 105
Binary 10011000 11100011 1111101 100001 0 101101 1011 1101000 1000001 1000101

Color Harmonies of #98E37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E37D

Black with #98E37D

Text Example


Text Example

White with #98E37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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