Html Css Color HEX #98E07D Gossip

📋 copy color: '#98E07D'

red 152 ◦ green 224 ◦ blue 125

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

Shades of Gossip #98E07D

Tints of Gossip #98E07D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.71%

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

R = 30.34%
G = 44.71%
B = 24.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#98E07D (or 0x98E07D) is known color: Gossip. HEX triplet: 98, E0 and 7D. RGB value is (152,224,125). Sum of RGB (Red+Green+Blue) = 152+224+125=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 224 - color contains mainly: green. Hex color #98E07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E07D is #671F82. Grayscale: #BFBFBF. Windows color (decimal): -6758275 or 8249496. OLE color: 8249496.

HSL color Cylindrical-coordinate representation of color #98E07D: hue angle of 103.64º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #98E07D is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 152 224 125 -
CMYK 0.32 0 0.44 0.12
HSL 103.64º 0.61% 0.68% -
HSV(B) 103.64º 0.44% 0.88% -
XYZ 43.31 61.47 28.98 -
YUV 191.19 90.65 100.05 -
System Red Green Blue C M Y K H S L
Decimal 152 224 125 0.32 0 0.44 0.12 103.64 0.61 0.68
Hex 98 E0 7D 20 0 2C C 68 3D 44
Octal 230 340 175 40 0 54 14 150 75 104
Binary 10011000 11100000 1111101 100000 0 101100 1100 1101000 111101 1000100

Color Harmonies of #98E07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E07D

Black with #98E07D

Text Example


Text Example

White with #98E07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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