#99CF7B

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

Shades of Gossip #99CF7B

Tints of Gossip #99CF7B

Color information

#99CF7B (or 0x99CF7B) is unknown color: approx Gossip. HEX triplet: 99, CF and 7B. RGB value is (153,207,123). Sum of RGB (Red+Green+Blue) = 153+207+123=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF7B is #663084. Grayscale: #B5B5B5. Windows color (decimal): -6697093 or 8114073. OLE color: 8114073.

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

Color convert

RGB153207123-
CMYK0.2600.410.19
HSL98.57º46.67%64.71%-
HSV(B)98.57º40.58%81.18%-
XYZ39.0252.8326.88-
YUV181.2895.11107.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.68%
GREEN value IS 207 (81.25% from 255) = 42.86%
BLUE value IS 123 (48.44% from 255) = 25.47%
R=31.68%
G=42.86%
B=25.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532071230.2600.410.1998.5746.6764.71
Hex99CF7B1A02913632f41
Octal231317173320512314357101
Binary100110011100111111110111101001010011001111000111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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