Shades of De York #7CCD8B
Tints of De York #7CCD8B
RGB
CMYK
RGB Variations
Color information
#7CCD8B (or 0x7CCD8B) is known color: De York. HEX triplet: 7C, CD and 8B. RGB value is (124,205,139). Sum of RGB (Red+Green+Blue) = 124+205+139=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCD8B is #833274. Grayscale: #ADADAD. Windows color (decimal): -8598133 or 9162108. OLE color: 9162108.
HSL color Cylindrical-coordinate representation of color #7CCD8B: hue angle of 131.11º 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 #7CCD8B is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 139 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.20 |
| HSL | 131.11º | 0.45% | 0.65% | - |
| HSV(B) | 131.11º | 0.4% | 0.8% | - |
| XYZ | 34.8 | 49.81 | 32.21 | - |
| YUV | 173.26 | 108.66 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 139 | 0.40 | 0 | 0.32 | 0.20 | 131.11 | 0.45 | 0.65 |
| Hex | 7C | CD | 8B | 28 | 0 | 20 | 14 | 83 | 2D | 41 |
| Octal | 174 | 315 | 213 | 50 | 0 | 40 | 24 | 203 | 55 | 101 |
| Binary | 1111100 | 11001101 | 10001011 | 101000 | 0 | 100000 | 10100 | 10000011 | 101101 | 1000001 |
Color Harmonies of #7CCD8B
Complementary color
Monochromatic Colors of #7CCD8B
Black with #7CCD8B
Text Example
Text Example
White with #7CCD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCD8B; }
p { color: rgb(124,205,139); }
H1.HeaderClassName
{
color: #7CCD8B;
}
.AnyTagClassName
{
color: #7CCD8B;
}
</style>
background-color css
<style>
a { background-color: #7CCD8B; }
a { background-color: rgb(124,205,139); }
div.DivClassName
{
background-color: #7CCD8B;
}
.BgClassName
{
background-color: #7CCD8B;
}
</style>
border-color css
<style>
span { border-color: #7CCD8B; }
span { border-color: rgb(124,205,139); }
td.TdClassName
{
border-color: #7CCD8B;
}
.TagClassName
{
border-color: #7CCD8B;
}
</style>