Shades of Screamin' Green #81FA4B
Tints of Screamin' Green #81FA4B
RGB
CMYK
RGB Variations
Color information
#81FA4B (or 0x81FA4B) is known color: Screamin' Green. HEX triplet: 81, FA and 4B. RGB value is (129,250,75). Sum of RGB (Red+Green+Blue) = 129+250+75=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 250 (98.05% from 255 or 55.07% from 454); Blue value is 75 (29.69% from 255 or 16.52% from 454); Max value from RGB is 250 - color contains mainly: green. Hex color #81FA4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81FA4B is #7E05B4. Grayscale: #C2C2C2. Windows color (decimal): -8258997 or 4979329. OLE color: 4979329.
HSL color Cylindrical-coordinate representation of color #81FA4B: hue angle of 101.49º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81FA4B is Cyan = 0.48, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 75 | - |
| CMYK | 0.48 | 0 | 0.7 | 0.02 |
| HSL | 101.49º | 0.95% | 0.64% | - |
| HSV(B) | 101.49º | 0.7% | 0.98% | - |
| XYZ | 44.51 | 73.55 | 18.51 | - |
| YUV | 193.87 | 60.91 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 75 | 0.48 | 0 | 0.7 | 0.02 | 101.49 | 0.95 | 0.64 |
| Hex | 81 | FA | 4B | 30 | 0 | 46 | 2 | 65 | 5F | 40 |
| Octal | 201 | 372 | 113 | 60 | 0 | 106 | 2 | 145 | 137 | 100 |
| Binary | 10000001 | 11111010 | 1001011 | 110000 | 0 | 1000110 | 10 | 1100101 | 1011111 | 1000000 |
Color Harmonies of #81FA4B
Complementary color
Monochromatic Colors of #81FA4B
Black with #81FA4B
Text Example
Text Example
White with #81FA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FA4B; }
p { color: rgb(129,250,75); }
H1.HeaderClassName
{
color: #81FA4B;
}
.AnyTagClassName
{
color: #81FA4B;
}
</style>
background-color css
<style>
a { background-color: #81FA4B; }
a { background-color: rgb(129,250,75); }
div.DivClassName
{
background-color: #81FA4B;
}
.BgClassName
{
background-color: #81FA4B;
}
</style>
border-color css
<style>
span { border-color: #81FA4B; }
span { border-color: rgb(129,250,75); }
td.TdClassName
{
border-color: #81FA4B;
}
.TagClassName
{
border-color: #81FA4B;
}
</style>