Shades of Screamin' Green #80F367
Tints of Screamin' Green #80F367
RGB
CMYK
RGB Variations
Color information
#80F367 (or 0x80F367) is known color: Screamin' Green. HEX triplet: 80, F3 and 67. RGB value is (128,243,103). Sum of RGB (Red+Green+Blue) = 128+243+103=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 243 (95.31% from 255 or 51.27% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 243 - color contains mainly: green. Hex color #80F367 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F367 is #7F0C98. Grayscale: #C1C1C1. Windows color (decimal): -8326297 or 6812544. OLE color: 6812544.
HSL color Cylindrical-coordinate representation of color #80F367: hue angle of 109.29º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80F367 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 243 | 103 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.05 |
| HSL | 109.29º | 0.85% | 0.68% | - |
| HSV(B) | 109.29º | 0.58% | 0.95% | - |
| XYZ | 43.4 | 69.67 | 23.99 | - |
| YUV | 192.66 | 77.4 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 243 | 103 | 0.47 | 0 | 0.58 | 0.05 | 109.29 | 0.85 | 0.68 |
| Hex | 80 | F3 | 67 | 2F | 0 | 3A | 5 | 6D | 55 | 44 |
| Octal | 200 | 363 | 147 | 57 | 0 | 72 | 5 | 155 | 125 | 104 |
| Binary | 10000000 | 11110011 | 1100111 | 101111 | 0 | 111010 | 101 | 1101101 | 1010101 | 1000100 |
Color Harmonies of #80F367
Complementary color
Monochromatic Colors of #80F367
Black with #80F367
Text Example
Text Example
White with #80F367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F367; }
p { color: rgb(128,243,103); }
H1.HeaderClassName
{
color: #80F367;
}
.AnyTagClassName
{
color: #80F367;
}
</style>
background-color css
<style>
a { background-color: #80F367; }
a { background-color: rgb(128,243,103); }
div.DivClassName
{
background-color: #80F367;
}
.BgClassName
{
background-color: #80F367;
}
</style>
border-color css
<style>
span { border-color: #80F367; }
span { border-color: rgb(128,243,103); }
td.TdClassName
{
border-color: #80F367;
}
.TagClassName
{
border-color: #80F367;
}
</style>