Html Css Color HEX #98DA74 Gossip

📋 copy color: '#98DA74'

red 152 ◦ green 218 ◦ blue 116

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

Shades of Gossip #98DA74

Tints of Gossip #98DA74

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.86%

 BLUE value IS 116 (45.7% from 255) = 23.87%

R = 31.28%
G = 44.86%
B = 23.87%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#98DA74 (or 0x98DA74) is known color: Gossip. HEX triplet: 98, DA and 74. RGB value is (152,218,116). Sum of RGB (Red+Green+Blue) = 152+218+116=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DA74 is #67258B. Grayscale: #BABABA. Windows color (decimal): -6759820 or 7658136. OLE color: 7658136.

HSL color Cylindrical-coordinate representation of color #98DA74: hue angle of 98.82º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98DA74 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 218 116 -
CMYK 0.30 0 0.47 0.15
HSL 98.82º 0.58% 0.65% -
HSV(B) 98.82º 0.47% 0.85% -
XYZ 41.17 58.08 25.56 -
YUV 186.64 88.13 103.29 -
System Red Green Blue C M Y K H S L
Decimal 152 218 116 0.30 0 0.47 0.15 98.82 0.58 0.65
Hex 98 DA 74 1E 0 2F F 63 3A 41
Octal 230 332 164 36 0 57 17 143 72 101
Binary 10011000 11011010 1110100 11110 0 101111 1111 1100011 111010 1000001

Color Harmonies of #98DA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DA74

Black with #98DA74

Text Example


Text Example

White with #98DA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,218,116); }

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

background-color css

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

 a { background-color: rgb(152,218,116); }

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

border-color css

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

 span { border-color: rgb(152,218,116); }

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