Shades of De York #82CA74
Tints of De York #82CA74
RGB
CMYK
RGB Variations
Color information
#82CA74 (or 0x82CA74) is known color: De York. HEX triplet: 82, CA and 74. RGB value is (130,202,116). Sum of RGB (Red+Green+Blue) = 130+202+116=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA74 is #7D358B. Grayscale: #AAAAAA. Windows color (decimal): -8205708 or 7654018. OLE color: 7654018.
HSL color Cylindrical-coordinate representation of color #82CA74: hue angle of 110.23º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82CA74 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 116 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.21 |
| HSL | 110.23º | 0.45% | 0.62% | - |
| HSV(B) | 110.23º | 0.43% | 0.79% | - |
| XYZ | 33.48 | 48.25 | 24.07 | - |
| YUV | 170.67 | 97.15 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 116 | 0.36 | 0 | 0.43 | 0.21 | 110.23 | 0.45 | 0.62 |
| Hex | 82 | CA | 74 | 24 | 0 | 2B | 15 | 6E | 2D | 3E |
| Octal | 202 | 312 | 164 | 44 | 0 | 53 | 25 | 156 | 55 | 76 |
| Binary | 10000010 | 11001010 | 1110100 | 100100 | 0 | 101011 | 10101 | 1101110 | 101101 | 111110 |
Color Harmonies of #82CA74
Complementary color
Monochromatic Colors of #82CA74
Black with #82CA74
Text Example
Text Example
White with #82CA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA74; }
p { color: rgb(130,202,116); }
H1.HeaderClassName
{
color: #82CA74;
}
.AnyTagClassName
{
color: #82CA74;
}
</style>
background-color css
<style>
a { background-color: #82CA74; }
a { background-color: rgb(130,202,116); }
div.DivClassName
{
background-color: #82CA74;
}
.BgClassName
{
background-color: #82CA74;
}
</style>
border-color css
<style>
span { border-color: #82CA74; }
span { border-color: rgb(130,202,116); }
td.TdClassName
{
border-color: #82CA74;
}
.TagClassName
{
border-color: #82CA74;
}
</style>