Html Css Color HEX #99DA77 Gossip

📋 copy color: '#99DA77'

red 153 ◦ green 218 ◦ blue 119

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

Shades of Gossip #99DA77

Tints of Gossip #99DA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.29%

R = 31.22%
G = 44.49%
B = 24.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#99DA77 (or 0x99DA77) is known color: Gossip. HEX triplet: 99, DA and 77. RGB value is (153,218,119). Sum of RGB (Red+Green+Blue) = 153+218+119=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #99DA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DA77 is #662588. Grayscale: #BBBBBB. Windows color (decimal): -6694281 or 7854745. OLE color: 7854745.

HSL color Cylindrical-coordinate representation of color #99DA77: hue angle of 99.39º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99DA77 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 218 119 -
CMYK 0.30 0 0.45 0.15
HSL 99.39º 0.57% 0.66% -
HSV(B) 99.39º 0.45% 0.85% -
XYZ 41.54 58.25 26.51 -
YUV 187.28 89.47 103.55 -
System Red Green Blue C M Y K H S L
Decimal 153 218 119 0.30 0 0.45 0.15 99.39 0.57 0.66
Hex 99 DA 77 1E 0 2D F 63 39 42
Octal 231 332 167 36 0 55 17 143 71 102
Binary 10011001 11011010 1110111 11110 0 101101 1111 1100011 111001 1000010

Color Harmonies of #99DA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DA77

Black with #99DA77

Text Example


Text Example

White with #99DA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,218,119); }

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

background-color css

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

 a { background-color: rgb(153,218,119); }

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

border-color css

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

 span { border-color: rgb(153,218,119); }

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