Shades of Pastel Green #81F267
Tints of Pastel Green #81F267
RGB
CMYK
RGB Variations
Color information
#81F267 (or 0x81F267) is known color: Pastel Green. HEX triplet: 81, F2 and 67. RGB value is (129,242,103). Sum of RGB (Red+Green+Blue) = 129+242+103=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #81F267 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F267 is #7E0D98. Grayscale: #C0C0C0. Windows color (decimal): -8261017 or 6812289. OLE color: 6812289.
HSL color Cylindrical-coordinate representation of color #81F267: hue angle of 108.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81F267 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 242 | 103 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.05 |
| HSL | 108.78º | 0.84% | 0.68% | - |
| HSV(B) | 108.78º | 0.57% | 0.95% | - |
| XYZ | 43.25 | 69.15 | 23.9 | - |
| YUV | 192.37 | 77.56 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 242 | 103 | 0.47 | 0 | 0.57 | 0.05 | 108.78 | 0.84 | 0.68 |
| Hex | 81 | F2 | 67 | 2F | 0 | 39 | 5 | 6D | 54 | 44 |
| Octal | 201 | 362 | 147 | 57 | 0 | 71 | 5 | 155 | 124 | 104 |
| Binary | 10000001 | 11110010 | 1100111 | 101111 | 0 | 111001 | 101 | 1101101 | 1010100 | 1000100 |
Color Harmonies of #81F267
Complementary color
Monochromatic Colors of #81F267
Black with #81F267
Text Example
Text Example
White with #81F267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F267; }
p { color: rgb(129,242,103); }
H1.HeaderClassName
{
color: #81F267;
}
.AnyTagClassName
{
color: #81F267;
}
</style>
background-color css
<style>
a { background-color: #81F267; }
a { background-color: rgb(129,242,103); }
div.DivClassName
{
background-color: #81F267;
}
.BgClassName
{
background-color: #81F267;
}
</style>
border-color css
<style>
span { border-color: #81F267; }
span { border-color: rgb(129,242,103); }
td.TdClassName
{
border-color: #81F267;
}
.TagClassName
{
border-color: #81F267;
}
</style>