Html Css Color HEX #99DD6A Gossip

📋 copy color: '#99DD6A'

red 153 ◦ green 221 ◦ blue 106

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

Shades of Gossip #99DD6A

Tints of Gossip #99DD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.08%

R = 31.88%
G = 46.04%
B = 22.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#99DD6A (or 0x99DD6A) is known color: Gossip. HEX triplet: 99, DD and 6A. RGB value is (153,221,106). Sum of RGB (Red+Green+Blue) = 153+221+106=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DD6A is #662295. Grayscale: #BBBBBB. Windows color (decimal): -6693526 or 7003545. OLE color: 7003545.

HSL color Cylindrical-coordinate representation of color #99DD6A: hue angle of 95.48º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99DD6A is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 221 106 -
CMYK 0.31 0 0.52 0.13
HSL 95.48º 0.63% 0.64% -
HSV(B) 95.48º 0.52% 0.87% -
XYZ 41.59 59.53 22.93 -
YUV 187.56 81.97 103.35 -
System Red Green Blue C M Y K H S L
Decimal 153 221 106 0.31 0 0.52 0.13 95.48 0.63 0.64
Hex 99 DD 6A 1F 0 34 D 5F 3F 40
Octal 231 335 152 37 0 64 15 137 77 100
Binary 10011001 11011101 1101010 11111 0 110100 1101 1011111 111111 1000000

Color Harmonies of #99DD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DD6A

Black with #99DD6A

Text Example


Text Example

White with #99DD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,221,106); }

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

background-color css

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

 a { background-color: rgb(153,221,106); }

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

border-color css

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

 span { border-color: rgb(153,221,106); }

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