Html Css Color HEX #98DD7F Gossip

📋 copy color: '#98DD7F'

red 152 ◦ green 221 ◦ blue 127

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

Shades of Gossip #98DD7F

Tints of Gossip #98DD7F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.2%

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

R = 30.4%
G = 44.2%
B = 25.4%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#98DD7F (or 0x98DD7F) is known color: Gossip. HEX triplet: 98, DD and 7F. RGB value is (152,221,127). Sum of RGB (Red+Green+Blue) = 152+221+127=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DD7F is #672280. Grayscale: #BDBDBD. Windows color (decimal): -6759041 or 8379800. OLE color: 8379800.

HSL color Cylindrical-coordinate representation of color #98DD7F: hue angle of 104.04º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98DD7F is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 221 127 -
CMYK 0.31 0 0.43 0.13
HSL 104.04º 0.58% 0.68% -
HSV(B) 104.04º 0.43% 0.87% -
XYZ 42.64 59.92 29.4 -
YUV 189.65 92.64 101.14 -
System Red Green Blue C M Y K H S L
Decimal 152 221 127 0.31 0 0.43 0.13 104.04 0.58 0.68
Hex 98 DD 7F 1F 0 2B D 68 3A 44
Octal 230 335 177 37 0 53 15 150 72 104
Binary 10011000 11011101 1111111 11111 0 101011 1101 1101000 111010 1000100

Color Harmonies of #98DD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DD7F

Black with #98DD7F

Text Example


Text Example

White with #98DD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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