Html Css Color HEX #98DC66 Gossip

📋 copy color: '#98DC66'

red 152 ◦ green 220 ◦ blue 102

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

Shades of Gossip #98DC66

Tints of Gossip #98DC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.52%

R = 32.07%
G = 46.41%
B = 21.52%

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

#98DC66 (or 0x98DC66) is known color: Gossip. HEX triplet: 98, DC and 66. RGB value is (152,220,102). Sum of RGB (Red+Green+Blue) = 152+220+102=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #98DC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DC66 is #672399. Grayscale: #BABABA. Windows color (decimal): -6759322 or 6741144. OLE color: 6741144.

HSL color Cylindrical-coordinate representation of color #98DC66: hue angle of 94.58º 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 #98DC66 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 220 102 -
CMYK 0.31 0 0.54 0.14
HSL 94.58º 0.63% 0.63% -
HSV(B) 94.58º 0.54% 0.86% -
XYZ 40.94 58.82 21.77 -
YUV 186.22 80.47 103.59 -
System Red Green Blue C M Y K H S L
Decimal 152 220 102 0.31 0 0.54 0.14 94.58 0.63 0.63
Hex 98 DC 66 1F 0 36 E 5F 3F 3F
Octal 230 334 146 37 0 66 16 137 77 77
Binary 10011000 11011100 1100110 11111 0 110110 1110 1011111 111111 111111

Color Harmonies of #98DC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DC66

Black with #98DC66

Text Example


Text Example

White with #98DC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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