Shades of Yellow Green #82CB28
Tints of Yellow Green #82CB28
RGB
CMYK
RGB Variations
Color information
#82CB28 (or 0x82CB28) is known color: Yellow Green. HEX triplet: 82, CB and 28. RGB value is (130,203,40). Sum of RGB (Red+Green+Blue) = 130+203+40=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 203 (79.69% from 255 or 54.42% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CB28 is #7D34D7. Grayscale: #A3A3A3. Windows color (decimal): -8205528 or 2673538. OLE color: 2673538.
HSL color Cylindrical-coordinate representation of color #82CB28: hue angle of 86.87º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82CB28 is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 203 | 40 | - |
| CMYK | 0.36 | 0 | 0.80 | 0.20 |
| HSL | 86.87º | 0.67% | 0.48% | - |
| HSV(B) | 86.87º | 0.8% | 0.8% | - |
| XYZ | 30.94 | 47.61 | 9.57 | - |
| YUV | 162.59 | 58.82 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 203 | 40 | 0.36 | 0 | 0.80 | 0.20 | 86.87 | 0.67 | 0.48 |
| Hex | 82 | CB | 28 | 24 | 0 | 50 | 14 | 57 | 43 | 30 |
| Octal | 202 | 313 | 50 | 44 | 0 | 120 | 24 | 127 | 103 | 60 |
| Binary | 10000010 | 11001011 | 101000 | 100100 | 0 | 1010000 | 10100 | 1010111 | 1000011 | 110000 |
Color Harmonies of #82CB28
Complementary color
Monochromatic Colors of #82CB28
Black with #82CB28
Text Example
Text Example
White with #82CB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CB28; }
p { color: rgb(130,203,40); }
H1.HeaderClassName
{
color: #82CB28;
}
.AnyTagClassName
{
color: #82CB28;
}
</style>
background-color css
<style>
a { background-color: #82CB28; }
a { background-color: rgb(130,203,40); }
div.DivClassName
{
background-color: #82CB28;
}
.BgClassName
{
background-color: #82CB28;
}
</style>
border-color css
<style>
span { border-color: #82CB28; }
span { border-color: rgb(130,203,40); }
td.TdClassName
{
border-color: #82CB28;
}
.TagClassName
{
border-color: #82CB28;
}
</style>