#99CD7E

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

Shades of Gossip #99CD7E

Tints of Gossip #99CD7E

Color information

#99CD7E (or 0x99CD7E) is unknown color: approx Gossip. HEX triplet: 99, CD and 7E. RGB value is (153,205,126). Sum of RGB (Red+Green+Blue) = 153+205+126=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CD7E is #663281. Grayscale: #B4B4B4. Windows color (decimal): -6697602 or 8310169. OLE color: 8310169.

HSL color Cylindrical-coordinate representation of color #99CD7E: hue angle of 99.49º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99CD7E is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB153205126-
CMYK0.2500.390.20
HSL99.49º44.13%64.9%-
HSV(B)99.49º38.54%80.39%-
XYZ38.7351.9427.72-
YUV180.4597.27108.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.61%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 126 (49.61% from 255) = 26.03%
R=31.61%
G=42.36%
B=26.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532051260.2500.390.2099.4944.1364.9
Hex99CD7E1902714632c41
Octal231315176310472414354101
Binary100110011100110111111101100101001111010011000111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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