Shades of Yellow Green #81ED2B
Tints of Yellow Green #81ED2B
RGB
CMYK
RGB Variations
Color information
#81ED2B (or 0x81ED2B) is known color: Yellow Green. HEX triplet: 81, ED and 2B. RGB value is (129,237,43). Sum of RGB (Red+Green+Blue) = 129+237+43=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 237 (92.97% from 255 or 57.95% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 237 - color contains mainly: green. Hex color #81ED2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81ED2B is #7E12D4. Grayscale: #B7B7B7. Windows color (decimal): -8262357 or 2878849. OLE color: 2878849.
HSL color Cylindrical-coordinate representation of color #81ED2B: hue angle of 93.4º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #81ED2B is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 237 | 43 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.07 |
| HSL | 93.4º | 0.84% | 0.55% | - |
| HSV(B) | 93.4º | 0.82% | 0.93% | - |
| XYZ | 39.77 | 65.41 | 12.81 | - |
| YUV | 182.59 | 49.22 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 237 | 43 | 0.46 | 0 | 0.82 | 0.07 | 93.4 | 0.84 | 0.55 |
| Hex | 81 | ED | 2B | 2E | 0 | 52 | 7 | 5D | 54 | 37 |
| Octal | 201 | 355 | 53 | 56 | 0 | 122 | 7 | 135 | 124 | 67 |
| Binary | 10000001 | 11101101 | 101011 | 101110 | 0 | 1010010 | 111 | 1011101 | 1010100 | 110111 |
Color Harmonies of #81ED2B
Complementary color
Monochromatic Colors of #81ED2B
Black with #81ED2B
Text Example
Text Example
White with #81ED2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ED2B; }
p { color: rgb(129,237,43); }
H1.HeaderClassName
{
color: #81ED2B;
}
.AnyTagClassName
{
color: #81ED2B;
}
</style>
background-color css
<style>
a { background-color: #81ED2B; }
a { background-color: rgb(129,237,43); }
div.DivClassName
{
background-color: #81ED2B;
}
.BgClassName
{
background-color: #81ED2B;
}
</style>
border-color css
<style>
span { border-color: #81ED2B; }
span { border-color: rgb(129,237,43); }
td.TdClassName
{
border-color: #81ED2B;
}
.TagClassName
{
border-color: #81ED2B;
}
</style>