#99CF75

Color #99CF75 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #99CF75

Tints of Gossip #99CF75

Color information

#99CF75 (or 0x99CF75) is unknown color: approx Gossip. HEX triplet: 99, CF and 75. RGB value is (153,207,117). Sum of RGB (Red+Green+Blue) = 153+207+117=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF75 is #66308A. Grayscale: #B4B4B4. Windows color (decimal): -6697099 or 7720857. OLE color: 7720857.

HSL color Cylindrical-coordinate representation of color #99CF75: hue angle of 96º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99CF75 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB153207117-
CMYK0.2600.430.19
HSL96º48.39%63.53%-
HSV(B)96º43.48%81.18%-
XYZ38.6652.6824.96-
YUV180.5992.11108.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.08%
GREEN value IS 207 (81.25% from 255) = 43.40%
BLUE value IS 117 (46.09% from 255) = 24.53%
R=32.08%
G=43.40%
B=24.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532071170.2600.430.199648.3963.53
Hex99CF751A02B13603040
Octal231317165320532314060100
Binary100110011100111111101011101001010111001111000001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99CF75;
 }
 .AnyTagClassName
 {
   color: #99CF75;
 }
</style>
background-color css

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

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

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

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

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

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