Shades of Yellow Green #83CF16
Tints of Yellow Green #83CF16
RGB
CMYK
RGB Variations
Color information
#83CF16 (or 0x83CF16) is known color: Yellow Green. HEX triplet: 83, CF and 16. RGB value is (131,207,22). Sum of RGB (Red+Green+Blue) = 131+207+22=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 207 (81.25% from 255 or 57.5% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 207 - color contains mainly: green. Hex color #83CF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CF16 is #7C30E9. Grayscale: #A3A3A3. Windows color (decimal): -8138986 or 1494915. OLE color: 1494915.
HSL color Cylindrical-coordinate representation of color #83CF16: hue angle of 84.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83CF16 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 207 | 22 | - |
| CMYK | 0.37 | 0 | 0.89 | 0.19 |
| HSL | 84.65º | 0.81% | 0.45% | - |
| HSV(B) | 84.65º | 0.89% | 0.81% | - |
| XYZ | 31.82 | 49.51 | 8.64 | - |
| YUV | 163.19 | 48.32 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 207 | 22 | 0.37 | 0 | 0.89 | 0.19 | 84.65 | 0.81 | 0.45 |
| Hex | 83 | CF | 16 | 25 | 0 | 59 | 13 | 55 | 51 | 2D |
| Octal | 203 | 317 | 26 | 45 | 0 | 131 | 23 | 125 | 121 | 55 |
| Binary | 10000011 | 11001111 | 10110 | 100101 | 0 | 1011001 | 10011 | 1010101 | 1010001 | 101101 |
Color Harmonies of #83CF16
Complementary color
Monochromatic Colors of #83CF16
Black with #83CF16
Text Example
Text Example
White with #83CF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CF16; }
p { color: rgb(131,207,22); }
H1.HeaderClassName
{
color: #83CF16;
}
.AnyTagClassName
{
color: #83CF16;
}
</style>
background-color css
<style>
a { background-color: #83CF16; }
a { background-color: rgb(131,207,22); }
div.DivClassName
{
background-color: #83CF16;
}
.BgClassName
{
background-color: #83CF16;
}
</style>
border-color css
<style>
span { border-color: #83CF16; }
span { border-color: rgb(131,207,22); }
td.TdClassName
{
border-color: #83CF16;
}
.TagClassName
{
border-color: #83CF16;
}
</style>