Shades of Green Yellow #81FB30
Tints of Green Yellow #81FB30
RGB
CMYK
RGB Variations
Color information
#81FB30 (or 0x81FB30) is known color: Green Yellow. HEX triplet: 81, FB and 30. RGB value is (129,251,48). Sum of RGB (Red+Green+Blue) = 129+251+48=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 251 (98.44% from 255 or 58.64% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 251 - color contains mainly: green. Hex color #81FB30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81FB30 is #7E04CF. Grayscale: #C0C0C0. Windows color (decimal): -8258768 or 3210113. OLE color: 3210113.
HSL color Cylindrical-coordinate representation of color #81FB30: hue angle of 96.06º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #81FB30 is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 251 | 48 | - |
| CMYK | 0.49 | 0 | 0.81 | 0.02 |
| HSL | 96.06º | 0.96% | 0.59% | - |
| HSV(B) | 96.06º | 0.81% | 0.98% | - |
| XYZ | 44.08 | 73.87 | 14.73 | - |
| YUV | 191.38 | 47.08 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 251 | 48 | 0.49 | 0 | 0.81 | 0.02 | 96.06 | 0.96 | 0.59 |
| Hex | 81 | FB | 30 | 31 | 0 | 51 | 2 | 60 | 60 | 3B |
| Octal | 201 | 373 | 60 | 61 | 0 | 121 | 2 | 140 | 140 | 73 |
| Binary | 10000001 | 11111011 | 110000 | 110001 | 0 | 1010001 | 10 | 1100000 | 1100000 | 111011 |
Color Harmonies of #81FB30
Complementary color
Monochromatic Colors of #81FB30
Black with #81FB30
Text Example
Text Example
White with #81FB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FB30; }
p { color: rgb(129,251,48); }
H1.HeaderClassName
{
color: #81FB30;
}
.AnyTagClassName
{
color: #81FB30;
}
</style>
background-color css
<style>
a { background-color: #81FB30; }
a { background-color: rgb(129,251,48); }
div.DivClassName
{
background-color: #81FB30;
}
.BgClassName
{
background-color: #81FB30;
}
</style>
border-color css
<style>
span { border-color: #81FB30; }
span { border-color: rgb(129,251,48); }
td.TdClassName
{
border-color: #81FB30;
}
.TagClassName
{
border-color: #81FB30;
}
</style>