#7FC49D

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

Shades of Padua #7FC49D

Tints of Padua #7FC49D

Color information

#7FC49D (or 0x7FC49D) is unknown color: approx Padua. HEX triplet: 7F, C4 and 9D. RGB value is (127,196,157). Sum of RGB (Red+Green+Blue) = 127+196+157=480 (63% of max value = 765). Red value is 127 (50% from 255 or 26.46% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC49D is #803B62. Grayscale: #ABABAB. Windows color (decimal): -8403811 or 10339455. OLE color: 10339455.

HSL color Cylindrical-coordinate representation of color #7FC49D: hue angle of 146.09º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FC49D is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB127196157-
CMYK0.3500.200.23
HSL146.09º36.9%63.33%-
HSV(B)146.09º35.2%76.86%-
XYZ34.5846.4339.04-
YUV170.92120.1496.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.46%
GREEN value IS 196 (76.95% from 255) = 40.83%
BLUE value IS 157 (61.72% from 255) = 32.71%
R=26.46%
G=40.83%
B=32.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1271961570.3500.200.23146.0936.963.33
Hex7FC49D230141792253f
Octal17730423543024272224577
Binary111111111000100100111011000110101001011110010010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,196,157); }

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

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

 a { background-color: rgb(127,196,157); }

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

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

 span { border-color: rgb(127,196,157); }

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