Html Css Color HEX #98DA64 Gossip

📋 copy color: '#98DA64'

red 152 ◦ green 218 ◦ blue 100

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

Shades of Gossip #98DA64

Tints of Gossip #98DA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.28%

R = 32.34%
G = 46.38%
B = 21.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#98DA64 (or 0x98DA64) is known color: Gossip. HEX triplet: 98, DA and 64. RGB value is (152,218,100). Sum of RGB (Red+Green+Blue) = 152+218+100=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DA64 is #67259B. Grayscale: #B9B9B9. Windows color (decimal): -6759836 or 6609560. OLE color: 6609560.

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

Color convert

RGB 152 218 100 -
CMYK 0.30 0 0.54 0.15
HSL 93.56º 0.61% 0.62% -
HSV(B) 93.56º 0.54% 0.85% -
XYZ 40.32 57.74 21.08 -
YUV 184.81 80.13 104.59 -
System Red Green Blue C M Y K H S L
Decimal 152 218 100 0.30 0 0.54 0.15 93.56 0.61 0.62
Hex 98 DA 64 1E 0 36 F 5E 3D 3E
Octal 230 332 144 36 0 66 17 136 75 76
Binary 10011000 11011010 1100100 11110 0 110110 1111 1011110 111101 111110

Color Harmonies of #98DA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DA64

Black with #98DA64

Text Example


Text Example

White with #98DA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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