Shades of Screamin' Green #80FB43
Tints of Screamin' Green #80FB43
RGB
CMYK
RGB Variations
Color information
#80FB43 (or 0x80FB43) is known color: Screamin' Green. HEX triplet: 80, FB and 43. RGB value is (128,251,67). Sum of RGB (Red+Green+Blue) = 128+251+67=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 251 (98.44% from 255 or 56.28% from 446); Blue value is 67 (26.56% from 255 or 15.02% from 446); Max value from RGB is 251 - color contains mainly: green. Hex color #80FB43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FB43 is #7F04BC. Grayscale: #C1C1C1. Windows color (decimal): -8324285 or 4455296. OLE color: 4455296.
HSL color Cylindrical-coordinate representation of color #80FB43: hue angle of 100.11º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80FB43 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 67 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.02 |
| HSL | 100.11º | 0.96% | 0.62% | - |
| HSV(B) | 100.11º | 0.73% | 0.98% | - |
| XYZ | 44.41 | 73.99 | 17.25 | - |
| YUV | 193.25 | 56.75 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 67 | 0.49 | 0 | 0.73 | 0.02 | 100.11 | 0.96 | 0.62 |
| Hex | 80 | FB | 43 | 31 | 0 | 49 | 2 | 64 | 60 | 3E |
| Octal | 200 | 373 | 103 | 61 | 0 | 111 | 2 | 144 | 140 | 76 |
| Binary | 10000000 | 11111011 | 1000011 | 110001 | 0 | 1001001 | 10 | 1100100 | 1100000 | 111110 |
Color Harmonies of #80FB43
Complementary color
Monochromatic Colors of #80FB43
Black with #80FB43
Text Example
Text Example
White with #80FB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FB43; }
p { color: rgb(128,251,67); }
H1.HeaderClassName
{
color: #80FB43;
}
.AnyTagClassName
{
color: #80FB43;
}
</style>
background-color css
<style>
a { background-color: #80FB43; }
a { background-color: rgb(128,251,67); }
div.DivClassName
{
background-color: #80FB43;
}
.BgClassName
{
background-color: #80FB43;
}
</style>
border-color css
<style>
span { border-color: #80FB43; }
span { border-color: rgb(128,251,67); }
td.TdClassName
{
border-color: #80FB43;
}
.TagClassName
{
border-color: #80FB43;
}
</style>