Shades of Screamin' Green #80F66D
Tints of Screamin' Green #80F66D
RGB
CMYK
RGB Variations
Color information
#80F66D (or 0x80F66D) is known color: Screamin' Green. HEX triplet: 80, F6 and 6D. RGB value is (128,246,109). Sum of RGB (Red+Green+Blue) = 128+246+109=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 246 (96.48% from 255 or 50.93% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 246 - color contains mainly: green. Hex color #80F66D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F66D is #7F0992. Grayscale: #C3C3C3. Windows color (decimal): -8325523 or 7206528. OLE color: 7206528.
HSL color Cylindrical-coordinate representation of color #80F66D: hue angle of 111.68º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80F66D is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 246 | 109 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.04 |
| HSL | 111.68º | 0.88% | 0.7% | - |
| HSV(B) | 111.68º | 0.56% | 0.96% | - |
| XYZ | 44.62 | 71.6 | 25.94 | - |
| YUV | 195.1 | 79.41 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 246 | 109 | 0.48 | 0 | 0.56 | 0.04 | 111.68 | 0.88 | 0.7 |
| Hex | 80 | F6 | 6D | 30 | 0 | 38 | 4 | 70 | 58 | 46 |
| Octal | 200 | 366 | 155 | 60 | 0 | 70 | 4 | 160 | 130 | 106 |
| Binary | 10000000 | 11110110 | 1101101 | 110000 | 0 | 111000 | 100 | 1110000 | 1011000 | 1000110 |
Color Harmonies of #80F66D
Complementary color
Monochromatic Colors of #80F66D
Black with #80F66D
Text Example
Text Example
White with #80F66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F66D; }
p { color: rgb(128,246,109); }
H1.HeaderClassName
{
color: #80F66D;
}
.AnyTagClassName
{
color: #80F66D;
}
</style>
background-color css
<style>
a { background-color: #80F66D; }
a { background-color: rgb(128,246,109); }
div.DivClassName
{
background-color: #80F66D;
}
.BgClassName
{
background-color: #80F66D;
}
</style>
border-color css
<style>
span { border-color: #80F66D; }
span { border-color: rgb(128,246,109); }
td.TdClassName
{
border-color: #80F66D;
}
.TagClassName
{
border-color: #80F66D;
}
</style>