Html Css Color HEX #99DB75 Gossip

📋 copy color: '#99DB75'

red 153 ◦ green 219 ◦ blue 117

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

Shades of Gossip #99DB75

Tints of Gossip #99DB75

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.79%

 BLUE value IS 117 (46.09% from 255) = 23.93%

R = 31.29%
G = 44.79%
B = 23.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#99DB75 (or 0x99DB75) is known color: Gossip. HEX triplet: 99, DB and 75. RGB value is (153,219,117). Sum of RGB (Red+Green+Blue) = 153+219+117=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DB75 is #66248A. Grayscale: #BBBBBB. Windows color (decimal): -6694027 or 7723929. OLE color: 7723929.

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

Color convert

RGB 153 219 117 -
CMYK 0.30 0 0.47 0.14
HSL 98.82º 0.59% 0.66% -
HSV(B) 98.82º 0.47% 0.86% -
XYZ 41.68 58.72 25.97 -
YUV 187.64 88.13 103.29 -
System Red Green Blue C M Y K H S L
Decimal 153 219 117 0.30 0 0.47 0.14 98.82 0.59 0.66
Hex 99 DB 75 1E 0 2F E 63 3B 42
Octal 231 333 165 36 0 57 16 143 73 102
Binary 10011001 11011011 1110101 11110 0 101111 1110 1100011 111011 1000010

Color Harmonies of #99DB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DB75

Black with #99DB75

Text Example


Text Example

White with #99DB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,219,117); }

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

background-color css

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

 a { background-color: rgb(153,219,117); }

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

border-color css

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

 span { border-color: rgb(153,219,117); }

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