#7FCD97

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

Shades of Padua #7FCD97

Tints of Padua #7FCD97

Color information

#7FCD97 (or 0x7FCD97) is unknown color: approx Padua. HEX triplet: 7F, CD and 97. RGB value is (127,205,151). Sum of RGB (Red+Green+Blue) = 127+205+151=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCD97 is #803268. Grayscale: #AFAFAF. Windows color (decimal): -8401513 or 9948543. OLE color: 9948543.

HSL color Cylindrical-coordinate representation of color #7FCD97: hue angle of 138.46º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCD97 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB127205151-
CMYK0.3800.260.20
HSL138.46º43.82%65.1%-
HSV(B)138.46º38.05%80.39%-
XYZ36.1750.4137.1-
YUV175.52114.1693.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.29%
GREEN value IS 205 (80.47% from 255) = 42.44%
BLUE value IS 151 (59.38% from 255) = 31.26%
R=26.29%
G=42.44%
B=31.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1272051510.3800.260.20138.4643.8265.1
Hex7FCD972601A148a2c41
Octal177315227460322421254101
Binary1111111110011011001011110011001101010100100010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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