Html Css Color HEX #98D67F Gossip

📋 copy color: '#98D67F'

red 152 ◦ green 214 ◦ blue 127

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

Shades of Gossip #98D67F

Tints of Gossip #98D67F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.41%

 BLUE value IS 127 (50% from 255) = 25.76%

R = 30.83%
G = 43.41%
B = 25.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#98D67F (or 0x98D67F) is known color: Gossip. HEX triplet: 98, D6 and 7F. RGB value is (152,214,127). Sum of RGB (Red+Green+Blue) = 152+214+127=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #98D67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D67F is #672980. Grayscale: #B9B9B9. Windows color (decimal): -6760833 or 8378008. OLE color: 8378008.

HSL color Cylindrical-coordinate representation of color #98D67F: hue angle of 102.76º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98D67F is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 214 127 -
CMYK 0.29 0 0.41 0.16
HSL 102.76º 0.51% 0.67% -
HSV(B) 102.76º 0.41% 0.84% -
XYZ 40.83 56.3 28.79 -
YUV 185.54 94.96 104.07 -
System Red Green Blue C M Y K H S L
Decimal 152 214 127 0.29 0 0.41 0.16 102.76 0.51 0.67
Hex 98 D6 7F 1D 0 29 10 67 33 43
Octal 230 326 177 35 0 51 20 147 63 103
Binary 10011000 11010110 1111111 11101 0 101001 10000 1100111 110011 1000011

Color Harmonies of #98D67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D67F

Black with #98D67F

Text Example


Text Example

White with #98D67F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,214,127); }

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

background-color css

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

 a { background-color: rgb(152,214,127); }

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

border-color css

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

 span { border-color: rgb(152,214,127); }

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