Shades of Green Yellow #81FB40
Tints of Green Yellow #81FB40
RGB
CMYK
RGB Variations
Color information
#81FB40 (or 0x81FB40) is known color: Green Yellow. HEX triplet: 81, FB and 40. RGB value is (129,251,64). Sum of RGB (Red+Green+Blue) = 129+251+64=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 251 (98.44% from 255 or 56.53% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 251 - color contains mainly: green. Hex color #81FB40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81FB40 is #7E04BF. Grayscale: #C1C1C1. Windows color (decimal): -8258752 or 4258689. OLE color: 4258689.
HSL color Cylindrical-coordinate representation of color #81FB40: hue angle of 99.14º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81FB40 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 251 | 64 | - |
| CMYK | 0.49 | 0 | 0.75 | 0.02 |
| HSL | 99.14º | 0.96% | 0.62% | - |
| HSV(B) | 99.14º | 0.75% | 0.98% | - |
| XYZ | 44.48 | 74.03 | 16.8 | - |
| YUV | 193.2 | 55.08 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 251 | 64 | 0.49 | 0 | 0.75 | 0.02 | 99.14 | 0.96 | 0.62 |
| Hex | 81 | FB | 40 | 31 | 0 | 4B | 2 | 63 | 60 | 3E |
| Octal | 201 | 373 | 100 | 61 | 0 | 113 | 2 | 143 | 140 | 76 |
| Binary | 10000001 | 11111011 | 1000000 | 110001 | 0 | 1001011 | 10 | 1100011 | 1100000 | 111110 |
Color Harmonies of #81FB40
Complementary color
Monochromatic Colors of #81FB40
Black with #81FB40
Text Example
Text Example
White with #81FB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FB40; }
p { color: rgb(129,251,64); }
H1.HeaderClassName
{
color: #81FB40;
}
.AnyTagClassName
{
color: #81FB40;
}
</style>
background-color css
<style>
a { background-color: #81FB40; }
a { background-color: rgb(129,251,64); }
div.DivClassName
{
background-color: #81FB40;
}
.BgClassName
{
background-color: #81FB40;
}
</style>
border-color css
<style>
span { border-color: #81FB40; }
span { border-color: rgb(129,251,64); }
td.TdClassName
{
border-color: #81FB40;
}
.TagClassName
{
border-color: #81FB40;
}
</style>