Html Css Color HEX #99D07D Gossip

📋 copy color: '#99D07D'

red 153 ◦ green 208 ◦ blue 125

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

Shades of Gossip #99D07D

Tints of Gossip #99D07D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.8%

 BLUE value IS 125 (49.22% from 255) = 25.72%

R = 31.48%
G = 42.8%
B = 25.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#99D07D (or 0x99D07D) is known color: Gossip. HEX triplet: 99, D0 and 7D. RGB value is (153,208,125). Sum of RGB (Red+Green+Blue) = 153+208+125=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #99D07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D07D is #662F82. Grayscale: #B6B6B6. Windows color (decimal): -6696835 or 8245401. OLE color: 8245401.

HSL color Cylindrical-coordinate representation of color #99D07D: hue angle of 99.76º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99D07D is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 208 125 -
CMYK 0.26 0 0.40 0.18
HSL 99.76º 0.47% 0.65% -
HSV(B) 99.76º 0.4% 0.82% -
XYZ 39.39 53.36 27.63 -
YUV 182.09 95.78 107.25 -
System Red Green Blue C M Y K H S L
Decimal 153 208 125 0.26 0 0.40 0.18 99.76 0.47 0.65
Hex 99 D0 7D 1A 0 28 12 64 2F 41
Octal 231 320 175 32 0 50 22 144 57 101
Binary 10011001 11010000 1111101 11010 0 101000 10010 1100100 101111 1000001

Color Harmonies of #99D07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D07D

Black with #99D07D

Text Example


Text Example

White with #99D07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,208,125); }

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

background-color css

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

 a { background-color: rgb(153,208,125); }

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

border-color css

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

 span { border-color: rgb(153,208,125); }

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