#7FC495

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

Shades of Padua #7FC495

Tints of Padua #7FC495

Color information

#7FC495 (or 0x7FC495) is unknown color: approx Padua. HEX triplet: 7F, C4 and 95. RGB value is (127,196,149). Sum of RGB (Red+Green+Blue) = 127+196+149=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC495 is #803B6A. Grayscale: #AAAAAA. Windows color (decimal): -8403819 or 9815167. OLE color: 9815167.

HSL color Cylindrical-coordinate representation of color #7FC495: hue angle of 139.13º 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 #7FC495 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB127196149-
CMYK0.3500.240.23
HSL139.13º36.9%63.33%-
HSV(B)139.13º35.2%76.86%-
XYZ33.9246.1635.56-
YUV170.01116.1497.32-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.91%
GREEN value IS 196 (76.95% from 255) = 41.53%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=26.91%
G=41.53%
B=31.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1271961490.3500.240.23139.1336.963.33
Hex7FC49523018178b253f
Octal17730422543030272134577
Binary111111111000100100101011000110110001011110001011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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