Shades of Green Yellow #81FE38
Tints of Green Yellow #81FE38
RGB
CMYK
RGB Variations
Color information
#81FE38 (or 0x81FE38) is known color: Green Yellow. HEX triplet: 81, FE and 38. RGB value is (129,254,56). Sum of RGB (Red+Green+Blue) = 129+254+56=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 254 (99.61% from 255 or 57.86% from 439); Blue value is 56 (22.27% from 255 or 12.76% from 439); Max value from RGB is 254 - color contains mainly: green. Hex color #81FE38 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81FE38 is #7E01C7. Grayscale: #C2C2C2. Windows color (decimal): -8257992 or 3735169. OLE color: 3735169.
HSL color Cylindrical-coordinate representation of color #81FE38: hue angle of 97.88º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81FE38 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 254 | 56 | - |
| CMYK | 0.49 | 0 | 0.78 | 0.00 |
| HSL | 97.88º | 0.99% | 0.61% | - |
| HSV(B) | 97.88º | 0.78% | 1% | - |
| XYZ | 45.21 | 75.84 | 16 | - |
| YUV | 194.05 | 50.09 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 254 | 56 | 0.49 | 0 | 0.78 | 0.00 | 97.88 | 0.99 | 0.61 |
| Hex | 81 | FE | 38 | 31 | 0 | 4E | 0 | 62 | 63 | 3D |
| Octal | 201 | 376 | 70 | 61 | 0 | 116 | 0 | 142 | 143 | 75 |
| Binary | 10000001 | 11111110 | 111000 | 110001 | 0 | 1001110 | 0 | 1100010 | 1100011 | 111101 |
Color Harmonies of #81FE38
Complementary color
Monochromatic Colors of #81FE38
Black with #81FE38
Text Example
Text Example
White with #81FE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FE38; }
p { color: rgb(129,254,56); }
H1.HeaderClassName
{
color: #81FE38;
}
.AnyTagClassName
{
color: #81FE38;
}
</style>
background-color css
<style>
a { background-color: #81FE38; }
a { background-color: rgb(129,254,56); }
div.DivClassName
{
background-color: #81FE38;
}
.BgClassName
{
background-color: #81FE38;
}
</style>
border-color css
<style>
span { border-color: #81FE38; }
span { border-color: rgb(129,254,56); }
td.TdClassName
{
border-color: #81FE38;
}
.TagClassName
{
border-color: #81FE38;
}
</style>