Html Css Color HEX #98E375 Gossip

📋 copy color: '#98E375'

red 152 ◦ green 227 ◦ blue 117

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

Shades of Gossip #98E375

Tints of Gossip #98E375

RGB

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

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

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

R = 30.65%
G = 45.77%
B = 23.59%

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

#98E375 (or 0x98E375) is known color: Gossip. HEX triplet: 98, E3 and 75. RGB value is (152,227,117). Sum of RGB (Red+Green+Blue) = 152+227+117=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 227 - color contains mainly: green. Hex color #98E375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E375 is #671C8A. Grayscale: #C0C0C0. Windows color (decimal): -6757515 or 7725976. OLE color: 7725976.

HSL color Cylindrical-coordinate representation of color #98E375: hue angle of 100.91º degrees, saturation: 0.66, 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 #98E375 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 152 227 117 -
CMYK 0.33 0 0.48 0.11
HSL 100.91º 0.66% 0.67% -
HSV(B) 100.91º 0.48% 0.89% -
XYZ 43.63 62.9 26.67 -
YUV 192.04 85.65 99.44 -
System Red Green Blue C M Y K H S L
Decimal 152 227 117 0.33 0 0.48 0.11 100.91 0.66 0.67
Hex 98 E3 75 21 0 30 B 65 42 43
Octal 230 343 165 41 0 60 13 145 102 103
Binary 10011000 11100011 1110101 100001 0 110000 1011 1100101 1000010 1000011

Color Harmonies of #98E375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E375

Black with #98E375

Text Example


Text Example

White with #98E375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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