Shades of Screamin' Green #7BFC70
Tints of Screamin' Green #7BFC70
RGB
CMYK
RGB Variations
Color information
#7BFC70 (or 0x7BFC70) is known color: Screamin' Green. HEX triplet: 7B, FC and 70. RGB value is (123,252,112). Sum of RGB (Red+Green+Blue) = 123+252+112=487 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.26% from 487); Green value is 252 (98.83% from 255 or 51.75% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFC70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7BFC70 is #84038F. Grayscale: #C5C5C5. Windows color (decimal): -8651664 or 7404667. OLE color: 7404667.
HSL color Cylindrical-coordinate representation of color #7BFC70: hue angle of 115.29º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7BFC70 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 252 | 112 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.01 |
| HSL | 115.29º | 0.96% | 0.71% | - |
| HSV(B) | 115.29º | 0.56% | 0.99% | - |
| XYZ | 45.9 | 75 | 27.39 | - |
| YUV | 197.47 | 79.76 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 252 | 112 | 0.51 | 0 | 0.56 | 0.01 | 115.29 | 0.96 | 0.71 |
| Hex | 7B | FC | 70 | 33 | 0 | 38 | 1 | 73 | 60 | 47 |
| Octal | 173 | 374 | 160 | 63 | 0 | 70 | 1 | 163 | 140 | 107 |
| Binary | 1111011 | 11111100 | 1110000 | 110011 | 0 | 111000 | 1 | 1110011 | 1100000 | 1000111 |
Color Harmonies of #7BFC70
Complementary color
Monochromatic Colors of #7BFC70
Black with #7BFC70
Text Example
Text Example
White with #7BFC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFC70; }
p { color: rgb(123,252,112); }
H1.HeaderClassName
{
color: #7BFC70;
}
.AnyTagClassName
{
color: #7BFC70;
}
</style>
background-color css
<style>
a { background-color: #7BFC70; }
a { background-color: rgb(123,252,112); }
div.DivClassName
{
background-color: #7BFC70;
}
.BgClassName
{
background-color: #7BFC70;
}
</style>
border-color css
<style>
span { border-color: #7BFC70; }
span { border-color: rgb(123,252,112); }
td.TdClassName
{
border-color: #7BFC70;
}
.TagClassName
{
border-color: #7BFC70;
}
</style>