Shades of De York #7CCD8A
Tints of De York #7CCD8A
RGB
CMYK
RGB Variations
Color information
#7CCD8A (or 0x7CCD8A) is known color: De York. HEX triplet: 7C, CD and 8A. RGB value is (124,205,138). Sum of RGB (Red+Green+Blue) = 124+205+138=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCD8A is #833275. Grayscale: #ADADAD. Windows color (decimal): -8598134 or 9096572. OLE color: 9096572.
HSL color Cylindrical-coordinate representation of color #7CCD8A: hue angle of 130.37º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCD8A is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 138 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.20 |
| HSL | 130.37º | 0.45% | 0.65% | - |
| HSV(B) | 130.37º | 0.4% | 0.8% | - |
| XYZ | 34.73 | 49.78 | 31.82 | - |
| YUV | 173.14 | 108.16 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 138 | 0.40 | 0 | 0.33 | 0.20 | 130.37 | 0.45 | 0.65 |
| Hex | 7C | CD | 8A | 28 | 0 | 21 | 14 | 82 | 2D | 41 |
| Octal | 174 | 315 | 212 | 50 | 0 | 41 | 24 | 202 | 55 | 101 |
| Binary | 1111100 | 11001101 | 10001010 | 101000 | 0 | 100001 | 10100 | 10000010 | 101101 | 1000001 |
Color Harmonies of #7CCD8A
Complementary color
Monochromatic Colors of #7CCD8A
Black with #7CCD8A
Text Example
Text Example
White with #7CCD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCD8A; }
p { color: rgb(124,205,138); }
H1.HeaderClassName
{
color: #7CCD8A;
}
.AnyTagClassName
{
color: #7CCD8A;
}
</style>
background-color css
<style>
a { background-color: #7CCD8A; }
a { background-color: rgb(124,205,138); }
div.DivClassName
{
background-color: #7CCD8A;
}
.BgClassName
{
background-color: #7CCD8A;
}
</style>
border-color css
<style>
span { border-color: #7CCD8A; }
span { border-color: rgb(124,205,138); }
td.TdClassName
{
border-color: #7CCD8A;
}
.TagClassName
{
border-color: #7CCD8A;
}
</style>