Shades of Yellow Green #82CB2D
Tints of Yellow Green #82CB2D
RGB
CMYK
RGB Variations
Color information
#82CB2D (or 0x82CB2D) is known color: Yellow Green. HEX triplet: 82, CB and 2D. RGB value is (130,203,45). Sum of RGB (Red+Green+Blue) = 130+203+45=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 203 (79.69% from 255 or 53.70% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CB2D is #7D34D2. Grayscale: #A3A3A3. Windows color (decimal): -8205523 or 3001218. OLE color: 3001218.
HSL color Cylindrical-coordinate representation of color #82CB2D: hue angle of 87.72º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82CB2D is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 203 | 45 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.20 |
| HSL | 87.72º | 0.64% | 0.49% | - |
| HSV(B) | 87.72º | 0.78% | 0.8% | - |
| XYZ | 31.04 | 47.65 | 10.04 | - |
| YUV | 163.16 | 61.32 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 203 | 45 | 0.36 | 0 | 0.78 | 0.20 | 87.72 | 0.64 | 0.49 |
| Hex | 82 | CB | 2D | 24 | 0 | 4E | 14 | 58 | 40 | 31 |
| Octal | 202 | 313 | 55 | 44 | 0 | 116 | 24 | 130 | 100 | 61 |
| Binary | 10000010 | 11001011 | 101101 | 100100 | 0 | 1001110 | 10100 | 1011000 | 1000000 | 110001 |
Color Harmonies of #82CB2D
Complementary color
Monochromatic Colors of #82CB2D
Black with #82CB2D
Text Example
Text Example
White with #82CB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CB2D; }
p { color: rgb(130,203,45); }
H1.HeaderClassName
{
color: #82CB2D;
}
.AnyTagClassName
{
color: #82CB2D;
}
</style>
background-color css
<style>
a { background-color: #82CB2D; }
a { background-color: rgb(130,203,45); }
div.DivClassName
{
background-color: #82CB2D;
}
.BgClassName
{
background-color: #82CB2D;
}
</style>
border-color css
<style>
span { border-color: #82CB2D; }
span { border-color: rgb(130,203,45); }
td.TdClassName
{
border-color: #82CB2D;
}
.TagClassName
{
border-color: #82CB2D;
}
</style>