#7DD486

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

Shades of De York #7DD486

Tints of De York #7DD486

Color information

#7DD486 (or 0x7DD486) is unknown color: approx De York. HEX triplet: 7D, D4 and 86. RGB value is (125,212,134). Sum of RGB (Red+Green+Blue) = 125+212+134=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 212 - color contains mainly: green. Hex color #7DD486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD486 is #822B79. Grayscale: #B1B1B1. Windows color (decimal): -8530810 or 8836221. OLE color: 8836221.

HSL color Cylindrical-coordinate representation of color #7DD486: hue angle of 126.21º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD486 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB125212134-
CMYK0.4100.370.17
HSL126.21º50.29%66.08%-
HSV(B)126.21º41.04%83.14%-
XYZ36.353.1730.9-
YUV177.1103.6890.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.54%
GREEN value IS 212 (83.20% from 255) = 45.01%
BLUE value IS 134 (52.73% from 255) = 28.45%
R=26.54%
G=45.01%
B=28.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1252121340.4100.370.17126.2150.2966.08
Hex7DD48629025117e3242
Octal175324206510452117662102
Binary1111101110101001000011010100101001011000111111101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,212,134); }

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

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

 a { background-color: rgb(125,212,134); }

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

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

 span { border-color: rgb(125,212,134); }

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