#98DA65

Color #98DA65 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #98DA65

Tints of Gossip #98DA65

Color information

#98DA65 (or 0x98DA65) is unknown color: approx Gossip. HEX triplet: 98, DA and 65. RGB value is (152,218,101). Sum of RGB (Red+Green+Blue) = 152+218+101=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DA65 is #67259A. Grayscale: #B9B9B9. Windows color (decimal): -6759835 or 6675096. OLE color: 6675096.

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

Color convert

RGB152218101-
CMYK0.3000.540.15
HSL93.85º61.26%62.55%-
HSV(B)93.85º53.67%85.49%-
XYZ40.3757.7621.33-
YUV184.9380.63104.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.27%
GREEN value IS 218 (85.55% from 255) = 46.28%
BLUE value IS 101 (39.84% from 255) = 21.44%
R=32.27%
G=46.28%
B=21.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522181010.3000.540.1593.8561.2662.55
Hex98DA651E036F5e3d3f
Octal23033214536066171367577
Binary1001100011011010110010111110011011011111011110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #98DA65;
 }
 .AnyTagClassName
 {
   color: #98DA65;
 }
</style>
background-color css

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

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

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

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

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

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