Shades of De York #82CA7B
Tints of De York #82CA7B
RGB
CMYK
RGB Variations
Color information
#82CA7B (or 0x82CA7B) is known color: De York. HEX triplet: 82, CA and 7B. RGB value is (130,202,123). Sum of RGB (Red+Green+Blue) = 130+202+123=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA7B is #7D3584. Grayscale: #ABABAB. Windows color (decimal): -8205701 or 8112770. OLE color: 8112770.
HSL color Cylindrical-coordinate representation of color #82CA7B: hue angle of 114.68º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82CA7B is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 123 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.21 |
| HSL | 114.68º | 0.43% | 0.64% | - |
| HSV(B) | 114.68º | 0.39% | 0.79% | - |
| XYZ | 33.9 | 48.42 | 26.3 | - |
| YUV | 171.47 | 100.65 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 123 | 0.36 | 0 | 0.39 | 0.21 | 114.68 | 0.43 | 0.64 |
| Hex | 82 | CA | 7B | 24 | 0 | 27 | 15 | 73 | 2B | 40 |
| Octal | 202 | 312 | 173 | 44 | 0 | 47 | 25 | 163 | 53 | 100 |
| Binary | 10000010 | 11001010 | 1111011 | 100100 | 0 | 100111 | 10101 | 1110011 | 101011 | 1000000 |
Color Harmonies of #82CA7B
Complementary color
Monochromatic Colors of #82CA7B
Black with #82CA7B
Text Example
Text Example
White with #82CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA7B; }
p { color: rgb(130,202,123); }
H1.HeaderClassName
{
color: #82CA7B;
}
.AnyTagClassName
{
color: #82CA7B;
}
</style>
background-color css
<style>
a { background-color: #82CA7B; }
a { background-color: rgb(130,202,123); }
div.DivClassName
{
background-color: #82CA7B;
}
.BgClassName
{
background-color: #82CA7B;
}
</style>
border-color css
<style>
span { border-color: #82CA7B; }
span { border-color: rgb(130,202,123); }
td.TdClassName
{
border-color: #82CA7B;
}
.TagClassName
{
border-color: #82CA7B;
}
</style>