Shades of Yellow Green #83CA25
Tints of Yellow Green #83CA25
RGB
CMYK
RGB Variations
Color information
#83CA25 (or 0x83CA25) is known color: Yellow Green. HEX triplet: 83, CA and 25. RGB value is (131,202,37). Sum of RGB (Red+Green+Blue) = 131+202+37=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 202 (79.30% from 255 or 54.59% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 202 - color contains mainly: green. Hex color #83CA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CA25 is #7C35DA. Grayscale: #A2A2A2. Windows color (decimal): -8140251 or 2476675. OLE color: 2476675.
HSL color Cylindrical-coordinate representation of color #83CA25: hue angle of 85.82º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83CA25 is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 202 | 37 | - |
| CMYK | 0.35 | 0 | 0.82 | 0.21 |
| HSL | 85.82º | 0.69% | 0.47% | - |
| HSV(B) | 85.82º | 0.82% | 0.79% | - |
| XYZ | 30.81 | 47.2 | 9.24 | - |
| YUV | 161.96 | 57.48 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 202 | 37 | 0.35 | 0 | 0.82 | 0.21 | 85.82 | 0.69 | 0.47 |
| Hex | 83 | CA | 25 | 23 | 0 | 52 | 15 | 56 | 45 | 2F |
| Octal | 203 | 312 | 45 | 43 | 0 | 122 | 25 | 126 | 105 | 57 |
| Binary | 10000011 | 11001010 | 100101 | 100011 | 0 | 1010010 | 10101 | 1010110 | 1000101 | 101111 |
Color Harmonies of #83CA25
Complementary color
Monochromatic Colors of #83CA25
Black with #83CA25
Text Example
Text Example
White with #83CA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CA25; }
p { color: rgb(131,202,37); }
H1.HeaderClassName
{
color: #83CA25;
}
.AnyTagClassName
{
color: #83CA25;
}
</style>
background-color css
<style>
a { background-color: #83CA25; }
a { background-color: rgb(131,202,37); }
div.DivClassName
{
background-color: #83CA25;
}
.BgClassName
{
background-color: #83CA25;
}
</style>
border-color css
<style>
span { border-color: #83CA25; }
span { border-color: rgb(131,202,37); }
td.TdClassName
{
border-color: #83CA25;
}
.TagClassName
{
border-color: #83CA25;
}
</style>