#7DCF99

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

Shades of Padua #7DCF99

Tints of Padua #7DCF99

Color information

#7DCF99 (or 0x7DCF99) is unknown color: approx Padua. HEX triplet: 7D, CF and 99. RGB value is (125,207,153). Sum of RGB (Red+Green+Blue) = 125+207+153=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCF99 is #823066. Grayscale: #B0B0B0. Windows color (decimal): -8532071 or 10080125. OLE color: 10080125.

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

Color convert

RGB125207153-
CMYK0.4000.260.19
HSL140.49º46.07%65.1%-
HSV(B)140.49º39.61%81.18%-
XYZ36.5251.2938.11-
YUV176.33114.8391.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.77%
GREEN value IS 207 (81.25% from 255) = 42.68%
BLUE value IS 153 (60.16% from 255) = 31.55%
R=25.77%
G=42.68%
B=31.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252071530.4000.260.19140.4946.0765.1
Hex7DCF992801A138c2e41
Octal175317231500322321456101
Binary1111101110011111001100110100001101010011100011001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,207,153); }

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

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

 a { background-color: rgb(125,207,153); }

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

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

 span { border-color: rgb(125,207,153); }

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