Shades of De York #7CC888
Tints of De York #7CC888
RGB
CMYK
RGB Variations
Color information
#7CC888 (or 0x7CC888) is known color: De York. HEX triplet: 7C, C8 and 88. RGB value is (124,200,136). Sum of RGB (Red+Green+Blue) = 124+200+136=460 (60% of max value = 765). Red value is 124 (48.83% from 255 or 26.96% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC888 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC888 is #833777. Grayscale: #AAAAAA. Windows color (decimal): -8599416 or 8964220. OLE color: 8964220.
HSL color Cylindrical-coordinate representation of color #7CC888: hue angle of 129.47º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC888 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 200 | 136 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.22 |
| HSL | 129.47º | 0.41% | 0.64% | - |
| HSV(B) | 129.47º | 0.38% | 0.78% | - |
| XYZ | 33.41 | 47.37 | 30.68 | - |
| YUV | 169.98 | 108.82 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 200 | 136 | 0.38 | 0 | 0.32 | 0.22 | 129.47 | 0.41 | 0.64 |
| Hex | 7C | C8 | 88 | 26 | 0 | 20 | 16 | 81 | 29 | 40 |
| Octal | 174 | 310 | 210 | 46 | 0 | 40 | 26 | 201 | 51 | 100 |
| Binary | 1111100 | 11001000 | 10001000 | 100110 | 0 | 100000 | 10110 | 10000001 | 101001 | 1000000 |
Color Harmonies of #7CC888
Complementary color
Monochromatic Colors of #7CC888
Black with #7CC888
Text Example
Text Example
White with #7CC888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC888; }
p { color: rgb(124,200,136); }
H1.HeaderClassName
{
color: #7CC888;
}
.AnyTagClassName
{
color: #7CC888;
}
</style>
background-color css
<style>
a { background-color: #7CC888; }
a { background-color: rgb(124,200,136); }
div.DivClassName
{
background-color: #7CC888;
}
.BgClassName
{
background-color: #7CC888;
}
</style>
border-color css
<style>
span { border-color: #7CC888; }
span { border-color: rgb(124,200,136); }
td.TdClassName
{
border-color: #7CC888;
}
.TagClassName
{
border-color: #7CC888;
}
</style>