Shades of Screamin' Green #83FF45
Tints of Screamin' Green #83FF45
RGB
CMYK
RGB Variations
Color information
#83FF45 (or 0x83FF45) is known color: Screamin' Green. HEX triplet: 83, FF and 45. RGB value is (131,255,69). Sum of RGB (Red+Green+Blue) = 131+255+69=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #83FF45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83FF45 is #7C00BA. Grayscale: #C5C5C5. Windows color (decimal): -8126651 or 4587395. OLE color: 4587395.
HSL color Cylindrical-coordinate representation of color #83FF45: hue angle of 100º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83FF45 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 69 | - |
| CMYK | 0.49 | 0 | 0.73 | 0 |
| HSL | 100º | 1% | 0.64% | - |
| HSV(B) | 100º | 0.73% | 1% | - |
| XYZ | 46.19 | 76.77 | 18.01 | - |
| YUV | 196.72 | 55.92 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 69 | 0.49 | 0 | 0.73 | 0 | 100 | 1 | 0.64 |
| Hex | 83 | FF | 45 | 31 | 0 | 49 | 0 | 64 | 64 | 40 |
| Octal | 203 | 377 | 105 | 61 | 0 | 111 | 0 | 144 | 144 | 100 |
| Binary | 10000011 | 11111111 | 1000101 | 110001 | 0 | 1001001 | 0 | 1100100 | 1100100 | 1000000 |
Color Harmonies of #83FF45
Complementary color
Monochromatic Colors of #83FF45
Black with #83FF45
Text Example
Text Example
White with #83FF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FF45; }
p { color: rgb(131,255,69); }
H1.HeaderClassName
{
color: #83FF45;
}
.AnyTagClassName
{
color: #83FF45;
}
</style>
background-color css
<style>
a { background-color: #83FF45; }
a { background-color: rgb(131,255,69); }
div.DivClassName
{
background-color: #83FF45;
}
.BgClassName
{
background-color: #83FF45;
}
</style>
border-color css
<style>
span { border-color: #83FF45; }
span { border-color: rgb(131,255,69); }
td.TdClassName
{
border-color: #83FF45;
}
.TagClassName
{
border-color: #83FF45;
}
</style>