Html Css Color HEX #98E072 Gossip

📋 copy color: '#98E072'

red 152 ◦ green 224 ◦ blue 114

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

Shades of Gossip #98E072

Tints of Gossip #98E072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.27%

R = 31.02%
G = 45.71%
B = 23.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#98E072 (or 0x98E072) is known color: Gossip. HEX triplet: 98, E0 and 72. RGB value is (152,224,114). Sum of RGB (Red+Green+Blue) = 152+224+114=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #98E072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E072 is #671F8D. Grayscale: #BEBEBE. Windows color (decimal): -6758286 or 7528600. OLE color: 7528600.

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

Color convert

RGB 152 224 114 -
CMYK 0.32 0 0.49 0.12
HSL 99.27º 0.64% 0.66% -
HSV(B) 99.27º 0.49% 0.88% -
XYZ 42.64 61.2 25.49 -
YUV 189.93 85.15 100.94 -
System Red Green Blue C M Y K H S L
Decimal 152 224 114 0.32 0 0.49 0.12 99.27 0.64 0.66
Hex 98 E0 72 20 0 31 C 63 40 42
Octal 230 340 162 40 0 61 14 143 100 102
Binary 10011000 11100000 1110010 100000 0 110001 1100 1100011 1000000 1000010

Color Harmonies of #98E072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E072

Black with #98E072

Text Example


Text Example

White with #98E072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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