#7CD197

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

Shades of Padua #7CD197

Tints of Padua #7CD197

Color information

#7CD197 (or 0x7CD197) is unknown color: approx Padua. HEX triplet: 7C, D1 and 97. RGB value is (124,209,151). Sum of RGB (Red+Green+Blue) = 124+209+151=484 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.62% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #7CD197 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD197 is #832E68. Grayscale: #B1B1B1. Windows color (decimal): -8597097 or 9949564. OLE color: 9949564.

HSL color Cylindrical-coordinate representation of color #7CD197: hue angle of 139.06º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CD197 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB124209151-
CMYK0.4100.280.18
HSL139.06º48.02%65.29%-
HSV(B)139.06º40.67%81.96%-
XYZ36.752.1237.4-
YUV176.97113.3490.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.62%
GREEN value IS 209 (82.03% from 255) = 43.18%
BLUE value IS 151 (59.38% from 255) = 31.20%
R=25.62%
G=43.18%
B=31.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1242091510.4100.280.18139.0648.0265.29
Hex7CD1972901C128b3041
Octal174321227510342221360101
Binary1111100110100011001011110100101110010010100010111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,209,151); }

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

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

 a { background-color: rgb(124,209,151); }

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

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

 span { border-color: rgb(124,209,151); }

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