Shades of De York #7CC77F
Tints of De York #7CC77F
RGB
CMYK
RGB Variations
Color information
#7CC77F (or 0x7CC77F) is known color: De York. HEX triplet: 7C, C7 and 7F. RGB value is (124,199,127). Sum of RGB (Red+Green+Blue) = 124+199+127=450 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.56% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 199 - color contains mainly: green. Hex color #7CC77F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC77F is #833880. Grayscale: #A8A8A8. Windows color (decimal): -8599681 or 8374140. OLE color: 8374140.
HSL color Cylindrical-coordinate representation of color #7CC77F: hue angle of 122.4º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC77F is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 199 | 127 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.22 |
| HSL | 122.4º | 0.4% | 0.63% | - |
| HSV(B) | 122.4º | 0.38% | 0.78% | - |
| XYZ | 32.57 | 46.66 | 27.37 | - |
| YUV | 168.37 | 104.65 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 199 | 127 | 0.38 | 0 | 0.36 | 0.22 | 122.4 | 0.4 | 0.63 |
| Hex | 7C | C7 | 7F | 26 | 0 | 24 | 16 | 7A | 28 | 3F |
| Octal | 174 | 307 | 177 | 46 | 0 | 44 | 26 | 172 | 50 | 77 |
| Binary | 1111100 | 11000111 | 1111111 | 100110 | 0 | 100100 | 10110 | 1111010 | 101000 | 111111 |
Color Harmonies of #7CC77F
Complementary color
Monochromatic Colors of #7CC77F
Black with #7CC77F
Text Example
Text Example
White with #7CC77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC77F; }
p { color: rgb(124,199,127); }
H1.HeaderClassName
{
color: #7CC77F;
}
.AnyTagClassName
{
color: #7CC77F;
}
</style>
background-color css
<style>
a { background-color: #7CC77F; }
a { background-color: rgb(124,199,127); }
div.DivClassName
{
background-color: #7CC77F;
}
.BgClassName
{
background-color: #7CC77F;
}
</style>
border-color css
<style>
span { border-color: #7CC77F; }
span { border-color: rgb(124,199,127); }
td.TdClassName
{
border-color: #7CC77F;
}
.TagClassName
{
border-color: #7CC77F;
}
</style>