Shades of Yellow Green #82CF1D
Tints of Yellow Green #82CF1D
RGB
CMYK
RGB Variations
Color information
#82CF1D (or 0x82CF1D) is known color: Yellow Green. HEX triplet: 82, CF and 1D. RGB value is (130,207,29). Sum of RGB (Red+Green+Blue) = 130+207+29=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CF1D is #7D30E2. Grayscale: #A4A4A4. Windows color (decimal): -8204515 or 1953666. OLE color: 1953666.
HSL color Cylindrical-coordinate representation of color #82CF1D: hue angle of 85.96º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82CF1D is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 207 | 29 | - |
| CMYK | 0.37 | 0 | 0.86 | 0.19 |
| HSL | 85.96º | 0.75% | 0.46% | - |
| HSV(B) | 85.96º | 0.86% | 0.81% | - |
| XYZ | 31.74 | 49.46 | 9.04 | - |
| YUV | 163.69 | 51.99 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 207 | 29 | 0.37 | 0 | 0.86 | 0.19 | 85.96 | 0.75 | 0.46 |
| Hex | 82 | CF | 1D | 25 | 0 | 56 | 13 | 56 | 4B | 2E |
| Octal | 202 | 317 | 35 | 45 | 0 | 126 | 23 | 126 | 113 | 56 |
| Binary | 10000010 | 11001111 | 11101 | 100101 | 0 | 1010110 | 10011 | 1010110 | 1001011 | 101110 |
Color Harmonies of #82CF1D
Complementary color
Monochromatic Colors of #82CF1D
Black with #82CF1D
Text Example
Text Example
White with #82CF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CF1D; }
p { color: rgb(130,207,29); }
H1.HeaderClassName
{
color: #82CF1D;
}
.AnyTagClassName
{
color: #82CF1D;
}
</style>
background-color css
<style>
a { background-color: #82CF1D; }
a { background-color: rgb(130,207,29); }
div.DivClassName
{
background-color: #82CF1D;
}
.BgClassName
{
background-color: #82CF1D;
}
</style>
border-color css
<style>
span { border-color: #82CF1D; }
span { border-color: rgb(130,207,29); }
td.TdClassName
{
border-color: #82CF1D;
}
.TagClassName
{
border-color: #82CF1D;
}
</style>