Shades of Green Yellow #81FF3D
Tints of Green Yellow #81FF3D
RGB
CMYK
RGB Variations
Color information
#81FF3D (or 0x81FF3D) is known color: Green Yellow. HEX triplet: 81, FF and 3D. RGB value is (129,255,61). Sum of RGB (Red+Green+Blue) = 129+255+61=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #81FF3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81FF3D is #7E00C2. Grayscale: #C3C3C3. Windows color (decimal): -8257731 or 4063105. OLE color: 4063105.
HSL color Cylindrical-coordinate representation of color #81FF3D: hue angle of 98.97º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81FF3D is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 255 | 61 | - |
| CMYK | 0.49 | 0 | 0.76 | 0 |
| HSL | 98.97º | 1% | 0.62% | - |
| HSV(B) | 98.97º | 0.76% | 1% | - |
| XYZ | 45.66 | 76.52 | 16.78 | - |
| YUV | 195.21 | 52.26 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 255 | 61 | 0.49 | 0 | 0.76 | 0 | 98.97 | 1 | 0.62 |
| Hex | 81 | FF | 3D | 31 | 0 | 4C | 0 | 63 | 64 | 3E |
| Octal | 201 | 377 | 75 | 61 | 0 | 114 | 0 | 143 | 144 | 76 |
| Binary | 10000001 | 11111111 | 111101 | 110001 | 0 | 1001100 | 0 | 1100011 | 1100100 | 111110 |
Color Harmonies of #81FF3D
Complementary color
Monochromatic Colors of #81FF3D
Black with #81FF3D
Text Example
Text Example
White with #81FF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FF3D; }
p { color: rgb(129,255,61); }
H1.HeaderClassName
{
color: #81FF3D;
}
.AnyTagClassName
{
color: #81FF3D;
}
</style>
background-color css
<style>
a { background-color: #81FF3D; }
a { background-color: rgb(129,255,61); }
div.DivClassName
{
background-color: #81FF3D;
}
.BgClassName
{
background-color: #81FF3D;
}
</style>
border-color css
<style>
span { border-color: #81FF3D; }
span { border-color: rgb(129,255,61); }
td.TdClassName
{
border-color: #81FF3D;
}
.TagClassName
{
border-color: #81FF3D;
}
</style>