Shades of De York #7BCF81
Tints of De York #7BCF81
RGB
CMYK
RGB Variations
Color information
#7BCF81 (or 0x7BCF81) is known color: De York. HEX triplet: 7B, CF and 81. RGB value is (123,207,129). Sum of RGB (Red+Green+Blue) = 123+207+129=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCF81 is #84307E. Grayscale: #ADADAD. Windows color (decimal): -8663167 or 8507259. OLE color: 8507259.
HSL color Cylindrical-coordinate representation of color #7BCF81: hue angle of 124.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 #7BCF81 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 207 | 129 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.19 |
| HSL | 124.29º | 0.47% | 0.65% | - |
| HSV(B) | 124.29º | 0.41% | 0.81% | - |
| XYZ | 34.44 | 50.42 | 28.69 | - |
| YUV | 172.99 | 103.17 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 129 | 0.41 | 0 | 0.38 | 0.19 | 124.29 | 0.47 | 0.65 |
| Hex | 7B | CF | 81 | 29 | 0 | 26 | 13 | 7C | 2F | 41 |
| Octal | 173 | 317 | 201 | 51 | 0 | 46 | 23 | 174 | 57 | 101 |
| Binary | 1111011 | 11001111 | 10000001 | 101001 | 0 | 100110 | 10011 | 1111100 | 101111 | 1000001 |
Color Harmonies of #7BCF81
Complementary color
Monochromatic Colors of #7BCF81
Black with #7BCF81
Text Example
Text Example
White with #7BCF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCF81; }
p { color: rgb(123,207,129); }
H1.HeaderClassName
{
color: #7BCF81;
}
.AnyTagClassName
{
color: #7BCF81;
}
</style>
background-color css
<style>
a { background-color: #7BCF81; }
a { background-color: rgb(123,207,129); }
div.DivClassName
{
background-color: #7BCF81;
}
.BgClassName
{
background-color: #7BCF81;
}
</style>
border-color css
<style>
span { border-color: #7BCF81; }
span { border-color: rgb(123,207,129); }
td.TdClassName
{
border-color: #7BCF81;
}
.TagClassName
{
border-color: #7BCF81;
}
</style>