Html Css Color HEX #98E275 Gossip

📋 copy color: '#98E275'

red 152 ◦ green 226 ◦ blue 117

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

Shades of Gossip #98E275

Tints of Gossip #98E275

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.66%

 BLUE value IS 117 (46.09% from 255) = 23.64%

R = 30.71%
G = 45.66%
B = 23.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#98E275 (or 0x98E275) is known color: Gossip. HEX triplet: 98, E2 and 75. RGB value is (152,226,117). Sum of RGB (Red+Green+Blue) = 152+226+117=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 226 - color contains mainly: green. Hex color #98E275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E275 is #671D8A. Grayscale: #BFBFBF. Windows color (decimal): -6757771 or 7725720. OLE color: 7725720.

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

Color convert

RGB 152 226 117 -
CMYK 0.33 0 0.48 0.11
HSL 100.73º 0.65% 0.67% -
HSV(B) 100.73º 0.48% 0.89% -
XYZ 43.36 62.35 26.58 -
YUV 191.45 85.98 99.86 -
System Red Green Blue C M Y K H S L
Decimal 152 226 117 0.33 0 0.48 0.11 100.73 0.65 0.67
Hex 98 E2 75 21 0 30 B 65 41 43
Octal 230 342 165 41 0 60 13 145 101 103
Binary 10011000 11100010 1110101 100001 0 110000 1011 1100101 1000001 1000011

Color Harmonies of #98E275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E275

Black with #98E275

Text Example


Text Example

White with #98E275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,226,117); }

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

background-color css

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

 a { background-color: rgb(152,226,117); }

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

border-color css

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

 span { border-color: rgb(152,226,117); }

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