Shades of Screamin' Green #83FF48
Tints of Screamin' Green #83FF48
RGB
CMYK
RGB Variations
Color information
#83FF48 (or 0x83FF48) is known color: Screamin' Green. HEX triplet: 83, FF and 48. RGB value is (131,255,72). Sum of RGB (Red+Green+Blue) = 131+255+72=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #83FF48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83FF48 is #7C00B7. Grayscale: #C5C5C5. Windows color (decimal): -8126648 or 4784003. OLE color: 4784003.
HSL color Cylindrical-coordinate representation of color #83FF48: hue angle of 100.66º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83FF48 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 72 | - |
| CMYK | 0.49 | 0 | 0.72 | 0 |
| HSL | 100.66º | 1% | 0.64% | - |
| HSV(B) | 100.66º | 0.72% | 1% | - |
| XYZ | 46.29 | 76.81 | 18.52 | - |
| YUV | 197.06 | 57.42 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 72 | 0.49 | 0 | 0.72 | 0 | 100.66 | 1 | 0.64 |
| Hex | 83 | FF | 48 | 31 | 0 | 48 | 0 | 65 | 64 | 40 |
| Octal | 203 | 377 | 110 | 61 | 0 | 110 | 0 | 145 | 144 | 100 |
| Binary | 10000011 | 11111111 | 1001000 | 110001 | 0 | 1001000 | 0 | 1100101 | 1100100 | 1000000 |
Color Harmonies of #83FF48
Complementary color
Monochromatic Colors of #83FF48
Black with #83FF48
Text Example
Text Example
White with #83FF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FF48; }
p { color: rgb(131,255,72); }
H1.HeaderClassName
{
color: #83FF48;
}
.AnyTagClassName
{
color: #83FF48;
}
</style>
background-color css
<style>
a { background-color: #83FF48; }
a { background-color: rgb(131,255,72); }
div.DivClassName
{
background-color: #83FF48;
}
.BgClassName
{
background-color: #83FF48;
}
</style>
border-color css
<style>
span { border-color: #83FF48; }
span { border-color: rgb(131,255,72); }
td.TdClassName
{
border-color: #83FF48;
}
.TagClassName
{
border-color: #83FF48;
}
</style>