Html Css Color HEX #99DC77 Gossip

📋 copy color: '#99DC77'

red 153 ◦ green 220 ◦ blue 119

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

Shades of Gossip #99DC77

Tints of Gossip #99DC77

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.72%

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

R = 31.1%
G = 44.72%
B = 24.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#99DC77 (or 0x99DC77) is known color: Gossip. HEX triplet: 99, DC and 77. RGB value is (153,220,119). Sum of RGB (Red+Green+Blue) = 153+220+119=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DC77 is #662388. Grayscale: #BCBCBC. Windows color (decimal): -6693769 or 7855257. OLE color: 7855257.

HSL color Cylindrical-coordinate representation of color #99DC77: hue angle of 99.8º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99DC77 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 220 119 -
CMYK 0.30 0 0.46 0.14
HSL 99.8º 0.59% 0.66% -
HSV(B) 99.8º 0.46% 0.86% -
XYZ 42.06 59.29 26.68 -
YUV 188.45 88.8 102.71 -
System Red Green Blue C M Y K H S L
Decimal 153 220 119 0.30 0 0.46 0.14 99.8 0.59 0.66
Hex 99 DC 77 1E 0 2E E 64 3B 42
Octal 231 334 167 36 0 56 16 144 73 102
Binary 10011001 11011100 1110111 11110 0 101110 1110 1100100 111011 1000010

Color Harmonies of #99DC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DC77

Black with #99DC77

Text Example


Text Example

White with #99DC77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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