#7FCC99

Color #7FCC99 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #7FCC99

Tints of Padua #7FCC99

Color information

#7FCC99 (or 0x7FCC99) is unknown color: approx Padua. HEX triplet: 7F, CC and 99. RGB value is (127,204,153). Sum of RGB (Red+Green+Blue) = 127+204+153=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCC99 is #803366. Grayscale: #AFAFAF. Windows color (decimal): -8401767 or 10079359. OLE color: 10079359.

HSL color Cylindrical-coordinate representation of color #7FCC99: hue angle of 140.26º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCC99 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB127204153-
CMYK0.3800.250.2
HSL140.26º43.02%64.9%-
HSV(B)140.26º37.75%80%-
XYZ36.15037.89-
YUV175.16115.4993.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.24%
GREEN value IS 204 (80.08% from 255) = 42.15%
BLUE value IS 153 (60.16% from 255) = 31.61%
R=26.24%
G=42.15%
B=31.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1272041530.3800.250.2140.2643.0264.9
Hex7FCC9926019148c2b41
Octal177314231460312421453101
Binary1111111110011001001100110011001100110100100011001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FCC99; }

 p { color: rgb(127,204,153); }

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

<style>
 a { background-color: #7FCC99; }

 a { background-color: rgb(127,204,153); }

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

<style>
 span { border-color: #7FCC99; }

 span { border-color: rgb(127,204,153); }

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