Html Css Color HEX #98DC65 Gossip

📋 copy color: '#98DC65'

red 152 ◦ green 220 ◦ blue 101

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

Shades of Gossip #98DC65

Tints of Gossip #98DC65

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.51%

 BLUE value IS 101 (39.84% from 255) = 21.35%

R = 32.14%
G = 46.51%
B = 21.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#98DC65 (or 0x98DC65) is known color: Gossip. HEX triplet: 98, DC and 65. RGB value is (152,220,101). Sum of RGB (Red+Green+Blue) = 152+220+101=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #98DC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DC65 is #67239A. Grayscale: #BABABA. Windows color (decimal): -6759323 or 6675608. OLE color: 6675608.

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

Color convert

RGB 152 220 101 -
CMYK 0.31 0 0.54 0.14
HSL 94.29º 0.63% 0.63% -
HSV(B) 94.29º 0.54% 0.86% -
XYZ 40.89 58.8 21.51 -
YUV 186.1 79.97 103.68 -
System Red Green Blue C M Y K H S L
Decimal 152 220 101 0.31 0 0.54 0.14 94.29 0.63 0.63
Hex 98 DC 65 1F 0 36 E 5E 3F 3F
Octal 230 334 145 37 0 66 16 136 77 77
Binary 10011000 11011100 1100101 11111 0 110110 1110 1011110 111111 111111

Color Harmonies of #98DC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DC65

Black with #98DC65

Text Example


Text Example

White with #98DC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,220,101); }

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

background-color css

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

 a { background-color: rgb(152,220,101); }

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

border-color css

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

 span { border-color: rgb(152,220,101); }

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