#7FC195

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

Shades of Padua #7FC195

Tints of Padua #7FC195

Color information

#7FC195 (or 0x7FC195) is unknown color: approx Padua. HEX triplet: 7F, C1 and 95. RGB value is (127,193,149). Sum of RGB (Red+Green+Blue) = 127+193+149=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC195 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC195 is #803E6A. Grayscale: #A8A8A8. Windows color (decimal): -8404587 or 9814399. OLE color: 9814399.

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

Color convert

RGB127193149-
CMYK0.3400.230.24
HSL140º34.74%62.75%-
HSV(B)140º34.2%75.69%-
XYZ33.2544.8235.33-
YUV168.25117.1398.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.08%
GREEN value IS 193 (75.78% from 255) = 41.15%
BLUE value IS 149 (58.59% from 255) = 31.77%
R=27.08%
G=41.15%
B=31.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271931490.3400.230.2414034.7462.75
Hex7FC19522017188c233f
Octal17730122542027302144377
Binary111111111000001100101011000100101111100010001100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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