Shades of De York #7BCF8F
Tints of De York #7BCF8F
RGB
CMYK
RGB Variations
Color information
#7BCF8F (or 0x7BCF8F) is known color: De York. HEX triplet: 7B, CF and 8F. RGB value is (123,207,143). Sum of RGB (Red+Green+Blue) = 123+207+143=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCF8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCF8F is #843070. Grayscale: #AEAEAE. Windows color (decimal): -8663153 or 9424763. OLE color: 9424763.
HSL color Cylindrical-coordinate representation of color #7BCF8F: hue angle of 134.29º 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 #7BCF8F is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 207 | 143 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.19 |
| HSL | 134.29º | 0.47% | 0.65% | - |
| HSV(B) | 134.29º | 0.41% | 0.81% | - |
| XYZ | 35.44 | 50.82 | 33.93 | - |
| YUV | 174.59 | 110.17 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 143 | 0.41 | 0 | 0.31 | 0.19 | 134.29 | 0.47 | 0.65 |
| Hex | 7B | CF | 8F | 29 | 0 | 1F | 13 | 86 | 2F | 41 |
| Octal | 173 | 317 | 217 | 51 | 0 | 37 | 23 | 206 | 57 | 101 |
| Binary | 1111011 | 11001111 | 10001111 | 101001 | 0 | 11111 | 10011 | 10000110 | 101111 | 1000001 |
Color Harmonies of #7BCF8F
Complementary color
Monochromatic Colors of #7BCF8F
Black with #7BCF8F
Text Example
Text Example
White with #7BCF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCF8F; }
p { color: rgb(123,207,143); }
H1.HeaderClassName
{
color: #7BCF8F;
}
.AnyTagClassName
{
color: #7BCF8F;
}
</style>
background-color css
<style>
a { background-color: #7BCF8F; }
a { background-color: rgb(123,207,143); }
div.DivClassName
{
background-color: #7BCF8F;
}
.BgClassName
{
background-color: #7BCF8F;
}
</style>
border-color css
<style>
span { border-color: #7BCF8F; }
span { border-color: rgb(123,207,143); }
td.TdClassName
{
border-color: #7BCF8F;
}
.TagClassName
{
border-color: #7BCF8F;
}
</style>