Html Css Color HEX #99D47F Gossip

📋 copy color: '#99D47F'

red 153 ◦ green 212 ◦ blue 127

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

Shades of Gossip #99D47F

Tints of Gossip #99D47F

RGB

 RED value IS 153 (60.16% from 255) = 31.1%

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

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

R = 31.1%
G = 43.09%
B = 25.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#99D47F (or 0x99D47F) is known color: Gossip. HEX triplet: 99, D4 and 7F. RGB value is (153,212,127). Sum of RGB (Red+Green+Blue) = 153+212+127=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 212 - color contains mainly: green. Hex color #99D47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D47F is #662B80. Grayscale: #B8B8B8. Windows color (decimal): -6695809 or 8377497. OLE color: 8377497.

HSL color Cylindrical-coordinate representation of color #99D47F: hue angle of 101.65º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99D47F is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 153 212 127 -
CMYK 0.28 0 0.40 0.17
HSL 101.65º 0.5% 0.66% -
HSV(B) 101.65º 0.4% 0.83% -
XYZ 40.51 55.39 28.64 -
YUV 184.67 95.45 105.41 -
System Red Green Blue C M Y K H S L
Decimal 153 212 127 0.28 0 0.40 0.17 101.65 0.5 0.66
Hex 99 D4 7F 1C 0 28 11 66 32 42
Octal 231 324 177 34 0 50 21 146 62 102
Binary 10011001 11010100 1111111 11100 0 101000 10001 1100110 110010 1000010

Color Harmonies of #99D47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D47F

Black with #99D47F

Text Example


Text Example

White with #99D47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99D47F; }

 p { color: rgb(153,212,127); }

 H1.HeaderClassName
 {
   color: #99D47F;
 }
 .AnyTagClassName
 {
   color: #99D47F;
 }
</style>

background-color css

<style>
 a { background-color: #99D47F; }

 a { background-color: rgb(153,212,127); }

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

border-color css

<style>
 span { border-color: #99D47F; }

 span { border-color: rgb(153,212,127); }

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