Shades of Screamin' Green #7FF85A
Tints of Screamin' Green #7FF85A
RGB
CMYK
RGB Variations
Color information
#7FF85A (or 0x7FF85A) is known color: Screamin' Green. HEX triplet: 7F, F8 and 5A. RGB value is (127,248,90). Sum of RGB (Red+Green+Blue) = 127+248+90=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 248 (97.27% from 255 or 53.33% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 248 - color contains mainly: green. Hex color #7FF85A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FF85A is #8007A5. Grayscale: #C2C2C2. Windows color (decimal): -8390566 or 5961855. OLE color: 5961855.
HSL color Cylindrical-coordinate representation of color #7FF85A: hue angle of 105.95º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7FF85A is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 127 | 248 | 90 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.03 |
| HSL | 105.95º | 0.92% | 0.66% | - |
| HSV(B) | 105.95º | 0.64% | 0.97% | - |
| XYZ | 44.17 | 72.39 | 21.32 | - |
| YUV | 193.81 | 69.41 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 248 | 90 | 0.49 | 0 | 0.64 | 0.03 | 105.95 | 0.92 | 0.66 |
| Hex | 7F | F8 | 5A | 31 | 0 | 40 | 3 | 6A | 5C | 42 |
| Octal | 177 | 370 | 132 | 61 | 0 | 100 | 3 | 152 | 134 | 102 |
| Binary | 1111111 | 11111000 | 1011010 | 110001 | 0 | 1000000 | 11 | 1101010 | 1011100 | 1000010 |
Color Harmonies of #7FF85A
Complementary color
Monochromatic Colors of #7FF85A
Black with #7FF85A
Text Example
Text Example
White with #7FF85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF85A; }
p { color: rgb(127,248,90); }
H1.HeaderClassName
{
color: #7FF85A;
}
.AnyTagClassName
{
color: #7FF85A;
}
</style>
background-color css
<style>
a { background-color: #7FF85A; }
a { background-color: rgb(127,248,90); }
div.DivClassName
{
background-color: #7FF85A;
}
.BgClassName
{
background-color: #7FF85A;
}
</style>
border-color css
<style>
span { border-color: #7FF85A; }
span { border-color: rgb(127,248,90); }
td.TdClassName
{
border-color: #7FF85A;
}
.TagClassName
{
border-color: #7FF85A;
}
</style>