Shades of Green Yellow #81FA30
Tints of Green Yellow #81FA30
RGB
CMYK
RGB Variations
Color information
#81FA30 (or 0x81FA30) is known color: Green Yellow. HEX triplet: 81, FA and 30. RGB value is (129,250,48). Sum of RGB (Red+Green+Blue) = 129+250+48=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 250 (98.05% from 255 or 58.55% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 250 - color contains mainly: green. Hex color #81FA30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81FA30 is #7E05CF. Grayscale: #BFBFBF. Windows color (decimal): -8259024 or 3209857. OLE color: 3209857.
HSL color Cylindrical-coordinate representation of color #81FA30: hue angle of 95.94º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #81FA30 is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 48 | - |
| CMYK | 0.48 | 0 | 0.81 | 0.02 |
| HSL | 95.94º | 0.95% | 0.58% | - |
| HSV(B) | 95.94º | 0.81% | 0.98% | - |
| XYZ | 43.77 | 73.25 | 14.63 | - |
| YUV | 190.79 | 47.41 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 48 | 0.48 | 0 | 0.81 | 0.02 | 95.94 | 0.95 | 0.58 |
| Hex | 81 | FA | 30 | 30 | 0 | 51 | 2 | 60 | 5F | 3A |
| Octal | 201 | 372 | 60 | 60 | 0 | 121 | 2 | 140 | 137 | 72 |
| Binary | 10000001 | 11111010 | 110000 | 110000 | 0 | 1010001 | 10 | 1100000 | 1011111 | 111010 |
Color Harmonies of #81FA30
Complementary color
Monochromatic Colors of #81FA30
Black with #81FA30
Text Example
Text Example
White with #81FA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FA30; }
p { color: rgb(129,250,48); }
H1.HeaderClassName
{
color: #81FA30;
}
.AnyTagClassName
{
color: #81FA30;
}
</style>
background-color css
<style>
a { background-color: #81FA30; }
a { background-color: rgb(129,250,48); }
div.DivClassName
{
background-color: #81FA30;
}
.BgClassName
{
background-color: #81FA30;
}
</style>
border-color css
<style>
span { border-color: #81FA30; }
span { border-color: rgb(129,250,48); }
td.TdClassName
{
border-color: #81FA30;
}
.TagClassName
{
border-color: #81FA30;
}
</style>