Shades of Screamin' Green #7BF140
Tints of Screamin' Green #7BF140
RGB
CMYK
RGB Variations
Color information
#7BF140 (or 0x7BF140) is known color: Screamin' Green. HEX triplet: 7B, F1 and 40. RGB value is (123,241,64). Sum of RGB (Red+Green+Blue) = 123+241+64=428 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.74% from 428); Green value is 241 (94.53% from 255 or 56.31% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 241 - color contains mainly: green. Hex color #7BF140 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7BF140 is #840EBF. Grayscale: #BABABA. Windows color (decimal): -8654528 or 4256123. OLE color: 4256123.
HSL color Cylindrical-coordinate representation of color #7BF140: hue angle of 100º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7BF140 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 241 | 64 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.05 |
| HSL | 100º | 0.86% | 0.6% | - |
| HSV(B) | 100º | 0.73% | 0.95% | - |
| XYZ | 40.55 | 67.49 | 15.74 | - |
| YUV | 185.54 | 59.41 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 241 | 64 | 0.49 | 0 | 0.73 | 0.05 | 100 | 0.86 | 0.6 |
| Hex | 7B | F1 | 40 | 31 | 0 | 49 | 5 | 64 | 56 | 3C |
| Octal | 173 | 361 | 100 | 61 | 0 | 111 | 5 | 144 | 126 | 74 |
| Binary | 1111011 | 11110001 | 1000000 | 110001 | 0 | 1001001 | 101 | 1100100 | 1010110 | 111100 |
Color Harmonies of #7BF140
Complementary color
Monochromatic Colors of #7BF140
Black with #7BF140
Text Example
Text Example
White with #7BF140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF140; }
p { color: rgb(123,241,64); }
H1.HeaderClassName
{
color: #7BF140;
}
.AnyTagClassName
{
color: #7BF140;
}
</style>
background-color css
<style>
a { background-color: #7BF140; }
a { background-color: rgb(123,241,64); }
div.DivClassName
{
background-color: #7BF140;
}
.BgClassName
{
background-color: #7BF140;
}
</style>
border-color css
<style>
span { border-color: #7BF140; }
span { border-color: rgb(123,241,64); }
td.TdClassName
{
border-color: #7BF140;
}
.TagClassName
{
border-color: #7BF140;
}
</style>