Html Css Color HEX #99DF75 Gossip

📋 copy color: '#99DF75'

red 153 ◦ green 223 ◦ blue 117

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

Shades of Gossip #99DF75

Tints of Gossip #99DF75

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.23%

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

R = 31.03%
G = 45.23%
B = 23.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#99DF75 (or 0x99DF75) is known color: Gossip. HEX triplet: 99, DF and 75. RGB value is (153,223,117). Sum of RGB (Red+Green+Blue) = 153+223+117=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DF75 is #66208A. Grayscale: #BEBEBE. Windows color (decimal): -6693003 or 7724953. OLE color: 7724953.

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

Color convert

RGB 153 223 117 -
CMYK 0.31 0 0.48 0.13
HSL 99.62º 0.62% 0.67% -
HSV(B) 99.62º 0.48% 0.87% -
XYZ 42.74 60.83 26.32 -
YUV 189.99 86.81 101.62 -
System Red Green Blue C M Y K H S L
Decimal 153 223 117 0.31 0 0.48 0.13 99.62 0.62 0.67
Hex 99 DF 75 1F 0 30 D 64 3E 43
Octal 231 337 165 37 0 60 15 144 76 103
Binary 10011001 11011111 1110101 11111 0 110000 1101 1100100 111110 1000011

Color Harmonies of #99DF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DF75

Black with #99DF75

Text Example


Text Example

White with #99DF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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