Shades of De York #7CCB7F
Tints of De York #7CCB7F
RGB
CMYK
RGB Variations
Color information
#7CCB7F (or 0x7CCB7F) is known color: De York. HEX triplet: 7C, CB and 7F. RGB value is (124,203,127). Sum of RGB (Red+Green+Blue) = 124+203+127=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCB7F is #833480. Grayscale: #AAAAAA. Windows color (decimal): -8598657 or 8375164. OLE color: 8375164.
HSL color Cylindrical-coordinate representation of color #7CCB7F: hue angle of 122.28º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCB7F is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 203 | 127 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.20 |
| HSL | 122.28º | 0.43% | 0.64% | - |
| HSV(B) | 122.28º | 0.39% | 0.8% | - |
| XYZ | 33.5 | 48.53 | 27.68 | - |
| YUV | 170.72 | 103.33 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 203 | 127 | 0.39 | 0 | 0.37 | 0.20 | 122.28 | 0.43 | 0.64 |
| Hex | 7C | CB | 7F | 27 | 0 | 25 | 14 | 7A | 2B | 40 |
| Octal | 174 | 313 | 177 | 47 | 0 | 45 | 24 | 172 | 53 | 100 |
| Binary | 1111100 | 11001011 | 1111111 | 100111 | 0 | 100101 | 10100 | 1111010 | 101011 | 1000000 |
Color Harmonies of #7CCB7F
Complementary color
Monochromatic Colors of #7CCB7F
Black with #7CCB7F
Text Example
Text Example
White with #7CCB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCB7F; }
p { color: rgb(124,203,127); }
H1.HeaderClassName
{
color: #7CCB7F;
}
.AnyTagClassName
{
color: #7CCB7F;
}
</style>
background-color css
<style>
a { background-color: #7CCB7F; }
a { background-color: rgb(124,203,127); }
div.DivClassName
{
background-color: #7CCB7F;
}
.BgClassName
{
background-color: #7CCB7F;
}
</style>
border-color css
<style>
span { border-color: #7CCB7F; }
span { border-color: rgb(124,203,127); }
td.TdClassName
{
border-color: #7CCB7F;
}
.TagClassName
{
border-color: #7CCB7F;
}
</style>