Shades of Screamin' Green #80F360
Tints of Screamin' Green #80F360
RGB
CMYK
RGB Variations
Color information
#80F360 (or 0x80F360) is known color: Screamin' Green. HEX triplet: 80, F3 and 60. RGB value is (128,243,96). Sum of RGB (Red+Green+Blue) = 128+243+96=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #80F360 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F360 is #7F0C9F. Grayscale: #C0C0C0. Windows color (decimal): -8326304 or 6353792. OLE color: 6353792.
HSL color Cylindrical-coordinate representation of color #80F360: hue angle of 106.94º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80F360 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 243 | 96 | - |
| CMYK | 0.47 | 0 | 0.60 | 0.05 |
| HSL | 106.94º | 0.86% | 0.66% | - |
| HSV(B) | 106.94º | 0.6% | 0.95% | - |
| XYZ | 43.06 | 69.53 | 22.22 | - |
| YUV | 191.86 | 73.9 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 243 | 96 | 0.47 | 0 | 0.60 | 0.05 | 106.94 | 0.86 | 0.66 |
| Hex | 80 | F3 | 60 | 2F | 0 | 3C | 5 | 6B | 56 | 42 |
| Octal | 200 | 363 | 140 | 57 | 0 | 74 | 5 | 153 | 126 | 102 |
| Binary | 10000000 | 11110011 | 1100000 | 101111 | 0 | 111100 | 101 | 1101011 | 1010110 | 1000010 |
Color Harmonies of #80F360
Complementary color
Monochromatic Colors of #80F360
Black with #80F360
Text Example
Text Example
White with #80F360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F360; }
p { color: rgb(128,243,96); }
H1.HeaderClassName
{
color: #80F360;
}
.AnyTagClassName
{
color: #80F360;
}
</style>
background-color css
<style>
a { background-color: #80F360; }
a { background-color: rgb(128,243,96); }
div.DivClassName
{
background-color: #80F360;
}
.BgClassName
{
background-color: #80F360;
}
</style>
border-color css
<style>
span { border-color: #80F360; }
span { border-color: rgb(128,243,96); }
td.TdClassName
{
border-color: #80F360;
}
.TagClassName
{
border-color: #80F360;
}
</style>