#7CCD97

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

Shades of Padua #7CCD97

Tints of Padua #7CCD97

Color information

#7CCD97 (or 0x7CCD97) is unknown color: approx Padua. HEX triplet: 7C, CD and 97. RGB value is (124,205,151). Sum of RGB (Red+Green+Blue) = 124+205+151=480 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.83% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCD97 is #833268. Grayscale: #AEAEAE. Windows color (decimal): -8598121 or 9948540. OLE color: 9948540.

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

Color convert

RGB124205151-
CMYK0.4000.260.20
HSL140º44.75%64.51%-
HSV(B)140º39.51%80.39%-
XYZ35.7350.1837.08-
YUV174.62114.6691.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.83%
GREEN value IS 205 (80.47% from 255) = 42.71%
BLUE value IS 151 (59.38% from 255) = 31.46%
R=25.83%
G=42.71%
B=31.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1242051510.4000.260.2014044.7564.51
Hex7CCD972801A148c2d41
Octal174315227500322421455101
Binary1111100110011011001011110100001101010100100011001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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