Shades of De York #7CC081
Tints of De York #7CC081
RGB
CMYK
RGB Variations
Color information
#7CC081 (or 0x7CC081) is known color: De York. HEX triplet: 7C, C0 and 81. RGB value is (124,192,129). Sum of RGB (Red+Green+Blue) = 124+192+129=445 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.87% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC081 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC081 is #833F7E. Grayscale: #A4A4A4. Windows color (decimal): -8601471 or 8503420. OLE color: 8503420.
HSL color Cylindrical-coordinate representation of color #7CC081: hue angle of 124.41º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CC081 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 129 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.25 |
| HSL | 124.41º | 0.35% | 0.62% | - |
| HSV(B) | 124.41º | 0.35% | 0.75% | - |
| XYZ | 31.12 | 43.57 | 27.54 | - |
| YUV | 164.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 129 | 0.35 | 0 | 0.33 | 0.25 | 124.41 | 0.35 | 0.62 |
| Hex | 7C | C0 | 81 | 23 | 0 | 21 | 19 | 7C | 23 | 3E |
| Octal | 174 | 300 | 201 | 43 | 0 | 41 | 31 | 174 | 43 | 76 |
| Binary | 1111100 | 11000000 | 10000001 | 100011 | 0 | 100001 | 11001 | 1111100 | 100011 | 111110 |
Color Harmonies of #7CC081
Complementary color
Monochromatic Colors of #7CC081
Black with #7CC081
Text Example
Text Example
White with #7CC081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC081; }
p { color: rgb(124,192,129); }
H1.HeaderClassName
{
color: #7CC081;
}
.AnyTagClassName
{
color: #7CC081;
}
</style>
background-color css
<style>
a { background-color: #7CC081; }
a { background-color: rgb(124,192,129); }
div.DivClassName
{
background-color: #7CC081;
}
.BgClassName
{
background-color: #7CC081;
}
</style>
border-color css
<style>
span { border-color: #7CC081; }
span { border-color: rgb(124,192,129); }
td.TdClassName
{
border-color: #7CC081;
}
.TagClassName
{
border-color: #7CC081;
}
</style>