Shades of De York #7BCF8D
Tints of De York #7BCF8D
RGB
CMYK
RGB Variations
Color information
#7BCF8D (or 0x7BCF8D) is known color: De York. HEX triplet: 7B, CF and 8D. RGB value is (123,207,141). Sum of RGB (Red+Green+Blue) = 123+207+141=471 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.11% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCF8D is #843072. Grayscale: #AEAEAE. Windows color (decimal): -8663155 or 9293691. OLE color: 9293691.
HSL color Cylindrical-coordinate representation of color #7BCF8D: hue angle of 132.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BCF8D is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 207 | 141 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.19 |
| HSL | 132.86º | 0.47% | 0.65% | - |
| HSV(B) | 132.86º | 0.41% | 0.81% | - |
| XYZ | 35.29 | 50.76 | 33.14 | - |
| YUV | 174.36 | 109.17 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 141 | 0.41 | 0 | 0.32 | 0.19 | 132.86 | 0.47 | 0.65 |
| Hex | 7B | CF | 8D | 29 | 0 | 20 | 13 | 85 | 2F | 41 |
| Octal | 173 | 317 | 215 | 51 | 0 | 40 | 23 | 205 | 57 | 101 |
| Binary | 1111011 | 11001111 | 10001101 | 101001 | 0 | 100000 | 10011 | 10000101 | 101111 | 1000001 |
Color Harmonies of #7BCF8D
Complementary color
Monochromatic Colors of #7BCF8D
Black with #7BCF8D
Text Example
Text Example
White with #7BCF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCF8D; }
p { color: rgb(123,207,141); }
H1.HeaderClassName
{
color: #7BCF8D;
}
.AnyTagClassName
{
color: #7BCF8D;
}
</style>
background-color css
<style>
a { background-color: #7BCF8D; }
a { background-color: rgb(123,207,141); }
div.DivClassName
{
background-color: #7BCF8D;
}
.BgClassName
{
background-color: #7BCF8D;
}
</style>
border-color css
<style>
span { border-color: #7BCF8D; }
span { border-color: rgb(123,207,141); }
td.TdClassName
{
border-color: #7BCF8D;
}
.TagClassName
{
border-color: #7BCF8D;
}
</style>