Html Css Color HEX #98E075 Gossip

📋 copy color: '#98E075'

red 152 ◦ green 224 ◦ blue 117

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

Shades of Gossip #98E075

Tints of Gossip #98E075

RGB

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

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

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

R = 30.83%
G = 45.44%
B = 23.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#98E075 (or 0x98E075) is known color: Gossip. HEX triplet: 98, E0 and 75. RGB value is (152,224,117). Sum of RGB (Red+Green+Blue) = 152+224+117=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #98E075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E075 is #671F8A. Grayscale: #BEBEBE. Windows color (decimal): -6758283 or 7725208. OLE color: 7725208.

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

Color convert

RGB 152 224 117 -
CMYK 0.32 0 0.48 0.12
HSL 100.37º 0.63% 0.67% -
HSV(B) 100.37º 0.48% 0.88% -
XYZ 42.82 61.27 26.4 -
YUV 190.27 86.65 100.7 -
System Red Green Blue C M Y K H S L
Decimal 152 224 117 0.32 0 0.48 0.12 100.37 0.63 0.67
Hex 98 E0 75 20 0 30 C 64 3F 43
Octal 230 340 165 40 0 60 14 144 77 103
Binary 10011000 11100000 1110101 100000 0 110000 1100 1100100 111111 1000011

Color Harmonies of #98E075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E075

Black with #98E075

Text Example


Text Example

White with #98E075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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