Shades of Yellow Green #83BD3F
Tints of Yellow Green #83BD3F
RGB
CMYK
RGB Variations
Color information
#83BD3F (or 0x83BD3F) is known color: Yellow Green. HEX triplet: 83, BD and 3F. RGB value is (131,189,63). Sum of RGB (Red+Green+Blue) = 131+189+63=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BD3F is #7C42C0. Grayscale: #9D9D9D. Windows color (decimal): -8143553 or 4177283. OLE color: 4177283.
HSL color Cylindrical-coordinate representation of color #83BD3F: hue angle of 87.62º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #83BD3F is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 189 | 63 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.26 |
| HSL | 87.62º | 0.5% | 0.49% | - |
| HSV(B) | 87.62º | 0.67% | 0.74% | - |
| XYZ | 28.45 | 41.58 | 11.23 | - |
| YUV | 157.29 | 74.78 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 63 | 0.31 | 0 | 0.67 | 0.26 | 87.62 | 0.5 | 0.49 |
| Hex | 83 | BD | 3F | 1F | 0 | 43 | 1A | 58 | 32 | 31 |
| Octal | 203 | 275 | 77 | 37 | 0 | 103 | 32 | 130 | 62 | 61 |
| Binary | 10000011 | 10111101 | 111111 | 11111 | 0 | 1000011 | 11010 | 1011000 | 110010 | 110001 |
Color Harmonies of #83BD3F
Complementary color
Monochromatic Colors of #83BD3F
Black with #83BD3F
Text Example
Text Example
White with #83BD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BD3F; }
p { color: rgb(131,189,63); }
H1.HeaderClassName
{
color: #83BD3F;
}
.AnyTagClassName
{
color: #83BD3F;
}
</style>
background-color css
<style>
a { background-color: #83BD3F; }
a { background-color: rgb(131,189,63); }
div.DivClassName
{
background-color: #83BD3F;
}
.BgClassName
{
background-color: #83BD3F;
}
</style>
border-color css
<style>
span { border-color: #83BD3F; }
span { border-color: rgb(131,189,63); }
td.TdClassName
{
border-color: #83BD3F;
}
.TagClassName
{
border-color: #83BD3F;
}
</style>