#99CF71

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

Shades of Gossip #99CF71

Tints of Gossip #99CF71

Color information

#99CF71 (or 0x99CF71) is unknown color: approx Gossip. HEX triplet: 99, CF and 71. RGB value is (153,207,113). Sum of RGB (Red+Green+Blue) = 153+207+113=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF71 is #66308E. Grayscale: #B4B4B4. Windows color (decimal): -6697103 or 7458713. OLE color: 7458713.

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

Color convert

RGB153207113-
CMYK0.2600.450.19
HSL94.47º49.47%62.75%-
HSV(B)94.47º45.41%81.18%-
XYZ38.4352.5923.75-
YUV180.1490.11108.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.35%
GREEN value IS 207 (81.25% from 255) = 43.76%
BLUE value IS 113 (44.53% from 255) = 23.89%
R=32.35%
G=43.76%
B=23.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532071130.2600.450.1994.4749.4762.75
Hex99CF711A02D135e313f
Octal23131716132055231366177
Binary10011001110011111110001110100101101100111011110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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