Html Css Color HEX #98DB75 Gossip

📋 copy color: '#98DB75'

red 152 ◦ green 219 ◦ blue 117

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

Shades of Gossip #98DB75

Tints of Gossip #98DB75

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.88%

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

R = 31.15%
G = 44.88%
B = 23.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#98DB75 (or 0x98DB75) is known color: Gossip. HEX triplet: 98, DB and 75. RGB value is (152,219,117). Sum of RGB (Red+Green+Blue) = 152+219+117=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #98DB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DB75 is #67248A. Grayscale: #BBBBBB. Windows color (decimal): -6759563 or 7723928. OLE color: 7723928.

HSL color Cylindrical-coordinate representation of color #98DB75: hue angle of 99.41º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98DB75 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 219 117 -
CMYK 0.31 0 0.47 0.14
HSL 99.41º 0.59% 0.66% -
HSV(B) 99.41º 0.47% 0.86% -
XYZ 41.49 58.62 25.96 -
YUV 187.34 88.3 102.79 -
System Red Green Blue C M Y K H S L
Decimal 152 219 117 0.31 0 0.47 0.14 99.41 0.59 0.66
Hex 98 DB 75 1F 0 2F E 63 3B 42
Octal 230 333 165 37 0 57 16 143 73 102
Binary 10011000 11011011 1110101 11111 0 101111 1110 1100011 111011 1000010

Color Harmonies of #98DB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DB75

Black with #98DB75

Text Example


Text Example

White with #98DB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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