Shades of Yellow Green #83C33C
Tints of Yellow Green #83C33C
RGB
CMYK
RGB Variations
Color information
#83C33C (or 0x83C33C) is known color: Yellow Green. HEX triplet: 83, C3 and 3C. RGB value is (131,195,60). Sum of RGB (Red+Green+Blue) = 131+195+60=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #83C33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C33C is #7C3CC3. Grayscale: #A0A0A0. Windows color (decimal): -8142020 or 3982211. OLE color: 3982211.
HSL color Cylindrical-coordinate representation of color #83C33C: hue angle of 88.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83C33C is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 195 | 60 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.24 |
| HSL | 88.44º | 0.53% | 0.5% | - |
| HSV(B) | 88.44º | 0.69% | 0.76% | - |
| XYZ | 29.69 | 44.18 | 11.24 | - |
| YUV | 160.47 | 71.3 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 195 | 60 | 0.33 | 0 | 0.69 | 0.24 | 88.44 | 0.53 | 0.5 |
| Hex | 83 | C3 | 3C | 21 | 0 | 45 | 18 | 58 | 35 | 32 |
| Octal | 203 | 303 | 74 | 41 | 0 | 105 | 30 | 130 | 65 | 62 |
| Binary | 10000011 | 11000011 | 111100 | 100001 | 0 | 1000101 | 11000 | 1011000 | 110101 | 110010 |
Color Harmonies of #83C33C
Complementary color
Monochromatic Colors of #83C33C
Black with #83C33C
Text Example
Text Example
White with #83C33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C33C; }
p { color: rgb(131,195,60); }
H1.HeaderClassName
{
color: #83C33C;
}
.AnyTagClassName
{
color: #83C33C;
}
</style>
background-color css
<style>
a { background-color: #83C33C; }
a { background-color: rgb(131,195,60); }
div.DivClassName
{
background-color: #83C33C;
}
.BgClassName
{
background-color: #83C33C;
}
</style>
border-color css
<style>
span { border-color: #83C33C; }
span { border-color: rgb(131,195,60); }
td.TdClassName
{
border-color: #83C33C;
}
.TagClassName
{
border-color: #83C33C;
}
</style>