Shades of De York #7CC285
Tints of De York #7CC285
RGB
CMYK
RGB Variations
Color information
#7CC285 (or 0x7CC285) is known color: De York. HEX triplet: 7C, C2 and 85. RGB value is (124,194,133). Sum of RGB (Red+Green+Blue) = 124+194+133=451 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.49% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC285 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC285 is #833D7A. Grayscale: #A6A6A6. Windows color (decimal): -8600955 or 8766076. OLE color: 8766076.
HSL color Cylindrical-coordinate representation of color #7CC285: hue angle of 127.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CC285 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 194 | 133 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.24 |
| HSL | 127.71º | 0.36% | 0.62% | - |
| HSV(B) | 127.71º | 0.36% | 0.76% | - |
| XYZ | 31.84 | 44.56 | 29.11 | - |
| YUV | 166.12 | 109.31 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 194 | 133 | 0.36 | 0 | 0.31 | 0.24 | 127.71 | 0.36 | 0.62 |
| Hex | 7C | C2 | 85 | 24 | 0 | 1F | 18 | 80 | 24 | 3E |
| Octal | 174 | 302 | 205 | 44 | 0 | 37 | 30 | 200 | 44 | 76 |
| Binary | 1111100 | 11000010 | 10000101 | 100100 | 0 | 11111 | 11000 | 10000000 | 100100 | 111110 |
Color Harmonies of #7CC285
Complementary color
Monochromatic Colors of #7CC285
Black with #7CC285
Text Example
Text Example
White with #7CC285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC285; }
p { color: rgb(124,194,133); }
H1.HeaderClassName
{
color: #7CC285;
}
.AnyTagClassName
{
color: #7CC285;
}
</style>
background-color css
<style>
a { background-color: #7CC285; }
a { background-color: rgb(124,194,133); }
div.DivClassName
{
background-color: #7CC285;
}
.BgClassName
{
background-color: #7CC285;
}
</style>
border-color css
<style>
span { border-color: #7CC285; }
span { border-color: rgb(124,194,133); }
td.TdClassName
{
border-color: #7CC285;
}
.TagClassName
{
border-color: #7CC285;
}
</style>