Shades of Screamin' Green #7BFF50
Tints of Screamin' Green #7BFF50
RGB
CMYK
RGB Variations
Color information
#7BFF50 (or 0x7BFF50) is known color: Screamin' Green. HEX triplet: 7B, FF and 50. RGB value is (123,255,80). Sum of RGB (Red+Green+Blue) = 123+255+80=458 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.86% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFF50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7BFF50 is #8400AF. Grayscale: #C4C4C4. Windows color (decimal): -8650928 or 5308283. OLE color: 5308283.
HSL color Cylindrical-coordinate representation of color #7BFF50: hue angle of 105.26º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7BFF50 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 255 | 80 | - |
| CMYK | 0.52 | 0 | 0.69 | 0 |
| HSL | 105.26º | 1% | 0.66% | - |
| HSV(B) | 105.26º | 0.69% | 1% | - |
| XYZ | 45.38 | 76.31 | 19.93 | - |
| YUV | 195.58 | 62.77 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 255 | 80 | 0.52 | 0 | 0.69 | 0 | 105.26 | 1 | 0.66 |
| Hex | 7B | FF | 50 | 34 | 0 | 45 | 0 | 69 | 64 | 42 |
| Octal | 173 | 377 | 120 | 64 | 0 | 105 | 0 | 151 | 144 | 102 |
| Binary | 1111011 | 11111111 | 1010000 | 110100 | 0 | 1000101 | 0 | 1101001 | 1100100 | 1000010 |
Color Harmonies of #7BFF50
Complementary color
Monochromatic Colors of #7BFF50
Black with #7BFF50
Text Example
Text Example
White with #7BFF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFF50; }
p { color: rgb(123,255,80); }
H1.HeaderClassName
{
color: #7BFF50;
}
.AnyTagClassName
{
color: #7BFF50;
}
</style>
background-color css
<style>
a { background-color: #7BFF50; }
a { background-color: rgb(123,255,80); }
div.DivClassName
{
background-color: #7BFF50;
}
.BgClassName
{
background-color: #7BFF50;
}
</style>
border-color css
<style>
span { border-color: #7BFF50; }
span { border-color: rgb(123,255,80); }
td.TdClassName
{
border-color: #7BFF50;
}
.TagClassName
{
border-color: #7BFF50;
}
</style>