Shades of De York #7BC27C
Tints of De York #7BC27C
RGB
CMYK
RGB Variations
Color information
#7BC27C (or 0x7BC27C) is known color: De York. HEX triplet: 7B, C2 and 7C. RGB value is (123,194,124). Sum of RGB (Red+Green+Blue) = 123+194+124=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC27C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC27C is #843D83. Grayscale: #A5A5A5. Windows color (decimal): -8666500 or 8176251. OLE color: 8176251.
HSL color Cylindrical-coordinate representation of color #7BC27C: hue angle of 120.85º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC27C is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 194 | 124 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.24 |
| HSL | 120.85º | 0.37% | 0.62% | - |
| HSV(B) | 120.85º | 0.37% | 0.76% | - |
| XYZ | 31.1 | 44.25 | 25.97 | - |
| YUV | 164.79 | 104.98 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 194 | 124 | 0.37 | 0 | 0.36 | 0.24 | 120.85 | 0.37 | 0.62 |
| Hex | 7B | C2 | 7C | 25 | 0 | 24 | 18 | 79 | 25 | 3E |
| Octal | 173 | 302 | 174 | 45 | 0 | 44 | 30 | 171 | 45 | 76 |
| Binary | 1111011 | 11000010 | 1111100 | 100101 | 0 | 100100 | 11000 | 1111001 | 100101 | 111110 |
Color Harmonies of #7BC27C
Complementary color
Monochromatic Colors of #7BC27C
Black with #7BC27C
Text Example
Text Example
White with #7BC27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC27C; }
p { color: rgb(123,194,124); }
H1.HeaderClassName
{
color: #7BC27C;
}
.AnyTagClassName
{
color: #7BC27C;
}
</style>
background-color css
<style>
a { background-color: #7BC27C; }
a { background-color: rgb(123,194,124); }
div.DivClassName
{
background-color: #7BC27C;
}
.BgClassName
{
background-color: #7BC27C;
}
</style>
border-color css
<style>
span { border-color: #7BC27C; }
span { border-color: rgb(123,194,124); }
td.TdClassName
{
border-color: #7BC27C;
}
.TagClassName
{
border-color: #7BC27C;
}
</style>