Html Css Color HEX #98DF75 Gossip

📋 copy color: '#98DF75'

red 152 ◦ green 223 ◦ blue 117

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

Shades of Gossip #98DF75

Tints of Gossip #98DF75

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.33%

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

R = 30.89%
G = 45.33%
B = 23.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#98DF75 (or 0x98DF75) is known color: Gossip. HEX triplet: 98, DF and 75. RGB value is (152,223,117). Sum of RGB (Red+Green+Blue) = 152+223+117=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DF75 is #67208A. Grayscale: #BEBEBE. Windows color (decimal): -6758539 or 7724952. OLE color: 7724952.

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

Color convert

RGB 152 223 117 -
CMYK 0.32 0 0.48 0.13
HSL 100.19º 0.62% 0.67% -
HSV(B) 100.19º 0.48% 0.87% -
XYZ 42.55 60.74 26.31 -
YUV 189.69 86.98 101.12 -
System Red Green Blue C M Y K H S L
Decimal 152 223 117 0.32 0 0.48 0.13 100.19 0.62 0.67
Hex 98 DF 75 20 0 30 D 64 3E 43
Octal 230 337 165 40 0 60 15 144 76 103
Binary 10011000 11011111 1110101 100000 0 110000 1101 1100100 111110 1000011

Color Harmonies of #98DF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DF75

Black with #98DF75

Text Example


Text Example

White with #98DF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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