Html Css Color HEX #98D470 Gossip

📋 copy color: '#98D470'

red 152 ◦ green 212 ◦ blue 112

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

Shades of Gossip #98D470

Tints of Gossip #98D470

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.54%

 BLUE value IS 112 (44.14% from 255) = 23.53%

R = 31.93%
G = 44.54%
B = 23.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#98D470 (or 0x98D470) is known color: Gossip. HEX triplet: 98, D4 and 70. RGB value is (152,212,112). Sum of RGB (Red+Green+Blue) = 152+212+112=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #98D470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D470 is #672B8F. Grayscale: #B7B7B7. Windows color (decimal): -6761360 or 7394456. OLE color: 7394456.

HSL color Cylindrical-coordinate representation of color #98D470: hue angle of 96º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98D470 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 152 212 112 -
CMYK 0.28 0 0.47 0.17
HSL 96º 0.54% 0.64% -
HSV(B) 96º 0.47% 0.83% -
XYZ 39.42 54.93 23.85 -
YUV 182.66 88.12 106.13 -
System Red Green Blue C M Y K H S L
Decimal 152 212 112 0.28 0 0.47 0.17 96 0.54 0.64
Hex 98 D4 70 1C 0 2F 11 60 36 40
Octal 230 324 160 34 0 57 21 140 66 100
Binary 10011000 11010100 1110000 11100 0 101111 10001 1100000 110110 1000000

Color Harmonies of #98D470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D470

Black with #98D470

Text Example


Text Example

White with #98D470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,212,112); }

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

background-color css

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

 a { background-color: rgb(152,212,112); }

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

border-color css

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

 span { border-color: rgb(152,212,112); }

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