Html Css Color HEX #99DD83 Gossip

📋 copy color: '#99DD83'

red 153 ◦ green 221 ◦ blue 131

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

Shades of Gossip #99DD83

Tints of Gossip #99DD83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.94%

R = 30.3%
G = 43.76%
B = 25.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#99DD83 (or 0x99DD83) is known color: Gossip. HEX triplet: 99, DD and 83. RGB value is (153,221,131). Sum of RGB (Red+Green+Blue) = 153+221+131=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DD83 is #66227C. Grayscale: #BEBEBE. Windows color (decimal): -6693501 or 8641945. OLE color: 8641945.

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

Color convert

RGB 153 221 131 -
CMYK 0.31 0 0.41 0.13
HSL 105.33º 0.57% 0.69% -
HSV(B) 105.33º 0.41% 0.87% -
XYZ 43.09 60.12 30.81 -
YUV 190.41 94.47 101.32 -
System Red Green Blue C M Y K H S L
Decimal 153 221 131 0.31 0 0.41 0.13 105.33 0.57 0.69
Hex 99 DD 83 1F 0 29 D 69 39 45
Octal 231 335 203 37 0 51 15 151 71 105
Binary 10011001 11011101 10000011 11111 0 101001 1101 1101001 111001 1000101

Color Harmonies of #99DD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DD83

Black with #99DD83

Text Example


Text Example

White with #99DD83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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