Shades of De York #7CC381
Tints of De York #7CC381
RGB
CMYK
RGB Variations
Color information
#7CC381 (or 0x7CC381) is known color: De York. HEX triplet: 7C, C3 and 81. RGB value is (124,195,129). Sum of RGB (Red+Green+Blue) = 124+195+129=448 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.68% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC381 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC381 is #833C7E. Grayscale: #A6A6A6. Windows color (decimal): -8600703 or 8504188. OLE color: 8504188.
HSL color Cylindrical-coordinate representation of color #7CC381: hue angle of 124.23º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CC381 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 195 | 129 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.24 |
| HSL | 124.23º | 0.37% | 0.63% | - |
| HSV(B) | 124.23º | 0.36% | 0.76% | - |
| XYZ | 31.79 | 44.9 | 27.76 | - |
| YUV | 166.25 | 106.98 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 195 | 129 | 0.36 | 0 | 0.34 | 0.24 | 124.23 | 0.37 | 0.63 |
| Hex | 7C | C3 | 81 | 24 | 0 | 22 | 18 | 7C | 25 | 3F |
| Octal | 174 | 303 | 201 | 44 | 0 | 42 | 30 | 174 | 45 | 77 |
| Binary | 1111100 | 11000011 | 10000001 | 100100 | 0 | 100010 | 11000 | 1111100 | 100101 | 111111 |
Color Harmonies of #7CC381
Complementary color
Monochromatic Colors of #7CC381
Black with #7CC381
Text Example
Text Example
White with #7CC381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC381; }
p { color: rgb(124,195,129); }
H1.HeaderClassName
{
color: #7CC381;
}
.AnyTagClassName
{
color: #7CC381;
}
</style>
background-color css
<style>
a { background-color: #7CC381; }
a { background-color: rgb(124,195,129); }
div.DivClassName
{
background-color: #7CC381;
}
.BgClassName
{
background-color: #7CC381;
}
</style>
border-color css
<style>
span { border-color: #7CC381; }
span { border-color: rgb(124,195,129); }
td.TdClassName
{
border-color: #7CC381;
}
.TagClassName
{
border-color: #7CC381;
}
</style>