Shades of Yellow Green #81D61B
Tints of Yellow Green #81D61B
RGB
CMYK
RGB Variations
Color information
#81D61B (or 0x81D61B) is known color: Yellow Green. HEX triplet: 81, D6 and 1B. RGB value is (129,214,27). Sum of RGB (Red+Green+Blue) = 129+214+27=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 214 (83.98% from 255 or 57.84% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 214 - color contains mainly: green. Hex color #81D61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D61B is #7E29E4. Grayscale: #A7A7A7. Windows color (decimal): -8268261 or 1824385. OLE color: 1824385.
HSL color Cylindrical-coordinate representation of color #81D61B: hue angle of 87.27º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #81D61B is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 214 | 27 | - |
| CMYK | 0.40 | 0 | 0.87 | 0.16 |
| HSL | 87.27º | 0.78% | 0.47% | - |
| HSV(B) | 87.27º | 0.87% | 0.84% | - |
| XYZ | 33.3 | 52.84 | 9.48 | - |
| YUV | 167.27 | 48.84 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 214 | 27 | 0.40 | 0 | 0.87 | 0.16 | 87.27 | 0.78 | 0.47 |
| Hex | 81 | D6 | 1B | 28 | 0 | 57 | 10 | 57 | 4E | 2F |
| Octal | 201 | 326 | 33 | 50 | 0 | 127 | 20 | 127 | 116 | 57 |
| Binary | 10000001 | 11010110 | 11011 | 101000 | 0 | 1010111 | 10000 | 1010111 | 1001110 | 101111 |
Color Harmonies of #81D61B
Complementary color
Monochromatic Colors of #81D61B
Black with #81D61B
Text Example
Text Example
White with #81D61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D61B; }
p { color: rgb(129,214,27); }
H1.HeaderClassName
{
color: #81D61B;
}
.AnyTagClassName
{
color: #81D61B;
}
</style>
background-color css
<style>
a { background-color: #81D61B; }
a { background-color: rgb(129,214,27); }
div.DivClassName
{
background-color: #81D61B;
}
.BgClassName
{
background-color: #81D61B;
}
</style>
border-color css
<style>
span { border-color: #81D61B; }
span { border-color: rgb(129,214,27); }
td.TdClassName
{
border-color: #81D61B;
}
.TagClassName
{
border-color: #81D61B;
}
</style>