#7DCC98

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

Shades of Padua #7DCC98

Tints of Padua #7DCC98

Color information

#7DCC98 (or 0x7DCC98) is unknown color: approx Padua. HEX triplet: 7D, CC and 98. RGB value is (125,204,152). Sum of RGB (Red+Green+Blue) = 125+204+152=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCC98 is #823367. Grayscale: #AEAEAE. Windows color (decimal): -8532840 or 10013821. OLE color: 10013821.

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

Color convert

RGB125204152-
CMYK0.3900.250.2
HSL140.51º43.65%64.51%-
HSV(B)140.51º38.73%80%-
XYZ35.7249.8137.44-
YUV174.45115.3392.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.99%
GREEN value IS 204 (80.08% from 255) = 42.41%
BLUE value IS 152 (59.77% from 255) = 31.60%
R=25.99%
G=42.41%
B=31.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1252041520.3900.250.2140.5143.6564.51
Hex7DCC9827019148d2c41
Octal175314230470312421554101
Binary1111101110011001001100010011101100110100100011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,204,152); }

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

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

 a { background-color: rgb(125,204,152); }

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

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

 span { border-color: rgb(125,204,152); }

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