#7FCA95

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

Shades of Padua #7FCA95

Tints of Padua #7FCA95

Color information

#7FCA95 (or 0x7FCA95) is unknown color: approx Padua. HEX triplet: 7F, CA and 95. RGB value is (127,202,149). Sum of RGB (Red+Green+Blue) = 127+202+149=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCA95 is #80356A. Grayscale: #ADADAD. Windows color (decimal): -8402283 or 9816703. OLE color: 9816703.

HSL color Cylindrical-coordinate representation of color #7FCA95: hue angle of 137.6º 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 #7FCA95 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB127202149-
CMYK0.3700.260.21
HSL137.6º41.44%64.51%-
HSV(B)137.6º37.13%79.22%-
XYZ35.348.9236.02-
YUV173.53114.1594.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.57%
GREEN value IS 202 (79.30% from 255) = 42.26%
BLUE value IS 149 (58.59% from 255) = 31.17%
R=26.57%
G=42.26%
B=31.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1272021490.3700.260.21137.641.4464.51
Hex7FCA952501A158a2941
Octal177312225450322521251101
Binary1111111110010101001010110010101101010101100010101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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