Shades of De York #82C27B
Tints of De York #82C27B
RGB
CMYK
RGB Variations
Color information
#82C27B (or 0x82C27B) is known color: De York. HEX triplet: 82, C2 and 7B. RGB value is (130,194,123). Sum of RGB (Red+Green+Blue) = 130+194+123=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 194 - color contains mainly: green. Hex color #82C27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C27B is #7D3D84. Grayscale: #A6A6A6. Windows color (decimal): -8207749 or 8110722. OLE color: 8110722.
HSL color Cylindrical-coordinate representation of color #82C27B: hue angle of 114.08º 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 #82C27B is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 194 | 123 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.24 |
| HSL | 114.08º | 0.37% | 0.62% | - |
| HSV(B) | 114.08º | 0.37% | 0.76% | - |
| XYZ | 32.07 | 44.76 | 25.69 | - |
| YUV | 166.77 | 103.3 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 194 | 123 | 0.33 | 0 | 0.37 | 0.24 | 114.08 | 0.37 | 0.62 |
| Hex | 82 | C2 | 7B | 21 | 0 | 25 | 18 | 72 | 25 | 3E |
| Octal | 202 | 302 | 173 | 41 | 0 | 45 | 30 | 162 | 45 | 76 |
| Binary | 10000010 | 11000010 | 1111011 | 100001 | 0 | 100101 | 11000 | 1110010 | 100101 | 111110 |
Color Harmonies of #82C27B
Complementary color
Monochromatic Colors of #82C27B
Black with #82C27B
Text Example
Text Example
White with #82C27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C27B; }
p { color: rgb(130,194,123); }
H1.HeaderClassName
{
color: #82C27B;
}
.AnyTagClassName
{
color: #82C27B;
}
</style>
background-color css
<style>
a { background-color: #82C27B; }
a { background-color: rgb(130,194,123); }
div.DivClassName
{
background-color: #82C27B;
}
.BgClassName
{
background-color: #82C27B;
}
</style>
border-color css
<style>
span { border-color: #82C27B; }
span { border-color: rgb(130,194,123); }
td.TdClassName
{
border-color: #82C27B;
}
.TagClassName
{
border-color: #82C27B;
}
</style>