Shades of Screamin' Green #7BFF52
Tints of Screamin' Green #7BFF52
RGB
CMYK
RGB Variations
Color information
#7BFF52 (or 0x7BFF52) is known color: Screamin' Green. HEX triplet: 7B, FF and 52. RGB value is (123,255,82). Sum of RGB (Red+Green+Blue) = 123+255+82=460 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.74% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFF52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7BFF52 is #8400AD. Grayscale: #C4C4C4. Windows color (decimal): -8650926 or 5439355. OLE color: 5439355.
HSL color Cylindrical-coordinate representation of color #7BFF52: hue angle of 105.78º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7BFF52 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 255 | 82 | - |
| CMYK | 0.52 | 0 | 0.68 | 0 |
| HSL | 105.78º | 1% | 0.66% | - |
| HSV(B) | 105.78º | 0.68% | 1% | - |
| XYZ | 45.45 | 76.34 | 20.32 | - |
| YUV | 195.81 | 63.77 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 255 | 82 | 0.52 | 0 | 0.68 | 0 | 105.78 | 1 | 0.66 |
| Hex | 7B | FF | 52 | 34 | 0 | 44 | 0 | 6A | 64 | 42 |
| Octal | 173 | 377 | 122 | 64 | 0 | 104 | 0 | 152 | 144 | 102 |
| Binary | 1111011 | 11111111 | 1010010 | 110100 | 0 | 1000100 | 0 | 1101010 | 1100100 | 1000010 |
Color Harmonies of #7BFF52
Complementary color
Monochromatic Colors of #7BFF52
Black with #7BFF52
Text Example
Text Example
White with #7BFF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFF52; }
p { color: rgb(123,255,82); }
H1.HeaderClassName
{
color: #7BFF52;
}
.AnyTagClassName
{
color: #7BFF52;
}
</style>
background-color css
<style>
a { background-color: #7BFF52; }
a { background-color: rgb(123,255,82); }
div.DivClassName
{
background-color: #7BFF52;
}
.BgClassName
{
background-color: #7BFF52;
}
</style>
border-color css
<style>
span { border-color: #7BFF52; }
span { border-color: rgb(123,255,82); }
td.TdClassName
{
border-color: #7BFF52;
}
.TagClassName
{
border-color: #7BFF52;
}
</style>