#7FC193

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

Shades of Padua #7FC193

Tints of Padua #7FC193

Color information

#7FC193 (or 0x7FC193) is unknown color: approx Padua. HEX triplet: 7F, C1 and 93. RGB value is (127,193,147). Sum of RGB (Red+Green+Blue) = 127+193+147=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC193 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC193 is #803E6C. Grayscale: #A8A8A8. Windows color (decimal): -8404589 or 9683327. OLE color: 9683327.

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

Color convert

RGB127193147-
CMYK0.3400.240.24
HSL138.18º34.74%62.75%-
HSV(B)138.18º34.2%75.69%-
XYZ33.0944.7634.5-
YUV168.02116.1398.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.19%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 147 (57.81% from 255) = 31.48%
R=27.19%
G=41.33%
B=31.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271931470.3400.240.24138.1834.7462.75
Hex7FC19322018188a233f
Octal17730122342030302124377
Binary111111111000001100100111000100110001100010001010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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