#7FCA97

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

Shades of Padua #7FCA97

Tints of Padua #7FCA97

Color information

#7FCA97 (or 0x7FCA97) is unknown color: approx Padua. HEX triplet: 7F, CA and 97. RGB value is (127,202,151). Sum of RGB (Red+Green+Blue) = 127+202+151=480 (63% of max value = 765). Red value is 127 (50% from 255 or 26.46% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCA97 is #803568. Grayscale: #ADADAD. Windows color (decimal): -8402281 or 9947775. OLE color: 9947775.

HSL color Cylindrical-coordinate representation of color #7FCA97: hue angle of 139.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCA97 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB127202151-
CMYK0.3700.250.21
HSL139.2º41.44%64.51%-
HSV(B)139.2º37.13%79.22%-
XYZ35.4648.9936.86-
YUV173.76115.1594.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.46%
GREEN value IS 202 (79.30% from 255) = 42.08%
BLUE value IS 151 (59.38% from 255) = 31.46%
R=26.46%
G=42.08%
B=31.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1272021510.3700.250.21139.241.4464.51
Hex7FCA9725019158b2941
Octal177312227450312521351101
Binary1111111110010101001011110010101100110101100010111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,202,151); }

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

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

 a { background-color: rgb(127,202,151); }

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

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

 span { border-color: rgb(127,202,151); }

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