Shades of Screamin' Green #81FB5D
Tints of Screamin' Green #81FB5D
RGB
CMYK
RGB Variations
Color information
#81FB5D (or 0x81FB5D) is known color: Screamin' Green. HEX triplet: 81, FB and 5D. RGB value is (129,251,93). Sum of RGB (Red+Green+Blue) = 129+251+93=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 251 (98.44% from 255 or 53.07% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 251 - color contains mainly: green. Hex color #81FB5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81FB5D is #7E04A2. Grayscale: #C5C5C5. Windows color (decimal): -8258723 or 6159233. OLE color: 6159233.
HSL color Cylindrical-coordinate representation of color #81FB5D: hue angle of 106.33º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #81FB5D is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 251 | 93 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.02 |
| HSL | 106.33º | 0.95% | 0.67% | - |
| HSV(B) | 106.33º | 0.63% | 0.98% | - |
| XYZ | 45.53 | 74.45 | 22.33 | - |
| YUV | 196.51 | 69.58 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 251 | 93 | 0.49 | 0 | 0.63 | 0.02 | 106.33 | 0.95 | 0.67 |
| Hex | 81 | FB | 5D | 31 | 0 | 3F | 2 | 6A | 5F | 43 |
| Octal | 201 | 373 | 135 | 61 | 0 | 77 | 2 | 152 | 137 | 103 |
| Binary | 10000001 | 11111011 | 1011101 | 110001 | 0 | 111111 | 10 | 1101010 | 1011111 | 1000011 |
Color Harmonies of #81FB5D
Complementary color
Monochromatic Colors of #81FB5D
Black with #81FB5D
Text Example
Text Example
White with #81FB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FB5D; }
p { color: rgb(129,251,93); }
H1.HeaderClassName
{
color: #81FB5D;
}
.AnyTagClassName
{
color: #81FB5D;
}
</style>
background-color css
<style>
a { background-color: #81FB5D; }
a { background-color: rgb(129,251,93); }
div.DivClassName
{
background-color: #81FB5D;
}
.BgClassName
{
background-color: #81FB5D;
}
</style>
border-color css
<style>
span { border-color: #81FB5D; }
span { border-color: rgb(129,251,93); }
td.TdClassName
{
border-color: #81FB5D;
}
.TagClassName
{
border-color: #81FB5D;
}
</style>