Html Css Color HEX #99CD8F Gossip

📋 copy color: '#99CD8F'

red 153 ◦ green 205 ◦ blue 143

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

Shades of Gossip #99CD8F

Tints of Gossip #99CD8F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.92%

 BLUE value IS 143 (56.25% from 255) = 28.54%

R = 30.54%
G = 40.92%
B = 28.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#99CD8F (or 0x99CD8F) is known color: Gossip. HEX triplet: 99, CD and 8F. RGB value is (153,205,143). Sum of RGB (Red+Green+Blue) = 153+205+143=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CD8F is #663270. Grayscale: #B6B6B6. Windows color (decimal): -6697585 or 9424281. OLE color: 9424281.

HSL color Cylindrical-coordinate representation of color #99CD8F: hue angle of 110.32º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99CD8F is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 205 143 -
CMYK 0.25 0 0.30 0.20
HSL 110.32º 0.38% 0.68% -
HSV(B) 110.32º 0.3% 0.8% -
XYZ 39.93 52.42 34 -
YUV 182.38 105.77 107.04 -
System Red Green Blue C M Y K H S L
Decimal 153 205 143 0.25 0 0.30 0.20 110.32 0.38 0.68
Hex 99 CD 8F 19 0 1E 14 6E 26 44
Octal 231 315 217 31 0 36 24 156 46 104
Binary 10011001 11001101 10001111 11001 0 11110 10100 1101110 100110 1000100

Color Harmonies of #99CD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CD8F

Black with #99CD8F

Text Example


Text Example

White with #99CD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,205,143); }

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

background-color css

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

 a { background-color: rgb(153,205,143); }

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

border-color css

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

 span { border-color: rgb(153,205,143); }

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