Shades of De York #7DC285
Tints of De York #7DC285
RGB
CMYK
RGB Variations
Color information
#7DC285 (or 0x7DC285) is known color: De York. HEX triplet: 7D, C2 and 85. RGB value is (125,194,133). Sum of RGB (Red+Green+Blue) = 125+194+133=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC285 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC285 is #823D7A. Grayscale: #A6A6A6. Windows color (decimal): -8535419 or 8766077. OLE color: 8766077.
HSL color Cylindrical-coordinate representation of color #7DC285: hue angle of 126.96º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC285 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 194 | 133 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.24 |
| HSL | 126.96º | 0.36% | 0.63% | - |
| HSV(B) | 126.96º | 0.36% | 0.76% | - |
| XYZ | 31.98 | 44.64 | 29.12 | - |
| YUV | 166.42 | 109.14 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 194 | 133 | 0.36 | 0 | 0.31 | 0.24 | 126.96 | 0.36 | 0.63 |
| Hex | 7D | C2 | 85 | 24 | 0 | 1F | 18 | 7F | 24 | 3F |
| Octal | 175 | 302 | 205 | 44 | 0 | 37 | 30 | 177 | 44 | 77 |
| Binary | 1111101 | 11000010 | 10000101 | 100100 | 0 | 11111 | 11000 | 1111111 | 100100 | 111111 |
Color Harmonies of #7DC285
Complementary color
Monochromatic Colors of #7DC285
Black with #7DC285
Text Example
Text Example
White with #7DC285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC285; }
p { color: rgb(125,194,133); }
H1.HeaderClassName
{
color: #7DC285;
}
.AnyTagClassName
{
color: #7DC285;
}
</style>
background-color css
<style>
a { background-color: #7DC285; }
a { background-color: rgb(125,194,133); }
div.DivClassName
{
background-color: #7DC285;
}
.BgClassName
{
background-color: #7DC285;
}
</style>
border-color css
<style>
span { border-color: #7DC285; }
span { border-color: rgb(125,194,133); }
td.TdClassName
{
border-color: #7DC285;
}
.TagClassName
{
border-color: #7DC285;
}
</style>