Shades of Screamin' Green #83FF66
Tints of Screamin' Green #83FF66
RGB
CMYK
RGB Variations
Color information
#83FF66 (or 0x83FF66) is known color: Screamin' Green. HEX triplet: 83, FF and 66. RGB value is (131,255,102). Sum of RGB (Red+Green+Blue) = 131+255+102=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #83FF66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83FF66 is #7C0099. Grayscale: #C8C8C8. Windows color (decimal): -8126618 or 6750083. OLE color: 6750083.
HSL color Cylindrical-coordinate representation of color #83FF66: hue angle of 108.63º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83FF66 is Cyan = 0.49, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 102 | - |
| CMYK | 0.49 | 0 | 0.6 | 0 |
| HSL | 108.63º | 1% | 0.7% | - |
| HSV(B) | 108.63º | 0.6% | 1% | - |
| XYZ | 47.52 | 77.3 | 24.99 | - |
| YUV | 200.48 | 72.42 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 102 | 0.49 | 0 | 0.6 | 0 | 108.63 | 1 | 0.7 |
| Hex | 83 | FF | 66 | 31 | 0 | 3C | 0 | 6D | 64 | 46 |
| Octal | 203 | 377 | 146 | 61 | 0 | 74 | 0 | 155 | 144 | 106 |
| Binary | 10000011 | 11111111 | 1100110 | 110001 | 0 | 111100 | 0 | 1101101 | 1100100 | 1000110 |
Color Harmonies of #83FF66
Complementary color
Monochromatic Colors of #83FF66
Black with #83FF66
Text Example
Text Example
White with #83FF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FF66; }
p { color: rgb(131,255,102); }
H1.HeaderClassName
{
color: #83FF66;
}
.AnyTagClassName
{
color: #83FF66;
}
</style>
background-color css
<style>
a { background-color: #83FF66; }
a { background-color: rgb(131,255,102); }
div.DivClassName
{
background-color: #83FF66;
}
.BgClassName
{
background-color: #83FF66;
}
</style>
border-color css
<style>
span { border-color: #83FF66; }
span { border-color: rgb(131,255,102); }
td.TdClassName
{
border-color: #83FF66;
}
.TagClassName
{
border-color: #83FF66;
}
</style>