Shades of De York #71CF83
Tints of De York #71CF83
RGB
CMYK
RGB Variations
Color information
#71CF83 (or 0x71CF83) is known color: De York. HEX triplet: 71, CF and 83. RGB value is (113,207,131). Sum of RGB (Red+Green+Blue) = 113+207+131=451 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.06% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CF83 is #8E307C. Grayscale: #AAAAAA. Windows color (decimal): -9318525 or 8638321. OLE color: 8638321.
HSL color Cylindrical-coordinate representation of color #71CF83: hue angle of 131.49º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CF83 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 207 | 131 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.19 |
| HSL | 131.49º | 0.49% | 0.63% | - |
| HSV(B) | 131.49º | 0.45% | 0.81% | - |
| XYZ | 33.22 | 49.78 | 29.33 | - |
| YUV | 170.23 | 105.86 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 207 | 131 | 0.45 | 0 | 0.37 | 0.19 | 131.49 | 0.49 | 0.63 |
| Hex | 71 | CF | 83 | 2D | 0 | 25 | 13 | 83 | 31 | 3F |
| Octal | 161 | 317 | 203 | 55 | 0 | 45 | 23 | 203 | 61 | 77 |
| Binary | 1110001 | 11001111 | 10000011 | 101101 | 0 | 100101 | 10011 | 10000011 | 110001 | 111111 |
Color Harmonies of #71CF83
Complementary color
Monochromatic Colors of #71CF83
Black with #71CF83
Text Example
Text Example
White with #71CF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CF83; }
p { color: rgb(113,207,131); }
H1.HeaderClassName
{
color: #71CF83;
}
.AnyTagClassName
{
color: #71CF83;
}
</style>
background-color css
<style>
a { background-color: #71CF83; }
a { background-color: rgb(113,207,131); }
div.DivClassName
{
background-color: #71CF83;
}
.BgClassName
{
background-color: #71CF83;
}
</style>
border-color css
<style>
span { border-color: #71CF83; }
span { border-color: rgb(113,207,131); }
td.TdClassName
{
border-color: #71CF83;
}
.TagClassName
{
border-color: #71CF83;
}
</style>