Shades of De York #7CDA9B
Tints of De York #7CDA9B
RGB
CMYK
RGB Variations
Color information
#7CDA9B (or 0x7CDA9B) is known color: De York. HEX triplet: 7C, DA and 9B. RGB value is (124,218,155). Sum of RGB (Red+Green+Blue) = 124+218+155=497 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.95% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #7CDA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDA9B is #832564. Grayscale: #B6B6B6. Windows color (decimal): -8594789 or 10214012. OLE color: 10214012.
HSL color Cylindrical-coordinate representation of color #7CDA9B: hue angle of 139.79º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CDA9B is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 218 | 155 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.15 |
| HSL | 139.79º | 0.56% | 0.67% | - |
| HSV(B) | 139.79º | 0.43% | 0.85% | - |
| XYZ | 39.3 | 56.79 | 39.9 | - |
| YUV | 182.71 | 112.36 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 218 | 155 | 0.43 | 0 | 0.29 | 0.15 | 139.79 | 0.56 | 0.67 |
| Hex | 7C | DA | 9B | 2B | 0 | 1D | F | 8C | 38 | 43 |
| Octal | 174 | 332 | 233 | 53 | 0 | 35 | 17 | 214 | 70 | 103 |
| Binary | 1111100 | 11011010 | 10011011 | 101011 | 0 | 11101 | 1111 | 10001100 | 111000 | 1000011 |
Color Harmonies of #7CDA9B
Complementary color
Monochromatic Colors of #7CDA9B
Black with #7CDA9B
Text Example
Text Example
White with #7CDA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDA9B; }
p { color: rgb(124,218,155); }
H1.HeaderClassName
{
color: #7CDA9B;
}
.AnyTagClassName
{
color: #7CDA9B;
}
</style>
background-color css
<style>
a { background-color: #7CDA9B; }
a { background-color: rgb(124,218,155); }
div.DivClassName
{
background-color: #7CDA9B;
}
.BgClassName
{
background-color: #7CDA9B;
}
</style>
border-color css
<style>
span { border-color: #7CDA9B; }
span { border-color: rgb(124,218,155); }
td.TdClassName
{
border-color: #7CDA9B;
}
.TagClassName
{
border-color: #7CDA9B;
}
</style>