Shades of Pastel Green #81F37B
Tints of Pastel Green #81F37B
RGB
CMYK
RGB Variations
Color information
#81F37B (or 0x81F37B) is known color: Pastel Green. HEX triplet: 81, F3 and 7B. RGB value is (129,243,123). Sum of RGB (Red+Green+Blue) = 129+243+123=495 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.06% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #81F37B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F37B is #7E0C84. Grayscale: #C3C3C3. Windows color (decimal): -8260741 or 8123265. OLE color: 8123265.
HSL color Cylindrical-coordinate representation of color #81F37B: hue angle of 117º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81F37B is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 243 | 123 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.05 |
| HSL | 117º | 0.83% | 0.72% | - |
| HSV(B) | 117º | 0.49% | 0.95% | - |
| XYZ | 44.68 | 70.2 | 29.93 | - |
| YUV | 195.23 | 87.23 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 243 | 123 | 0.47 | 0 | 0.49 | 0.05 | 117 | 0.83 | 0.72 |
| Hex | 81 | F3 | 7B | 2F | 0 | 31 | 5 | 75 | 53 | 48 |
| Octal | 201 | 363 | 173 | 57 | 0 | 61 | 5 | 165 | 123 | 110 |
| Binary | 10000001 | 11110011 | 1111011 | 101111 | 0 | 110001 | 101 | 1110101 | 1010011 | 1001000 |
Color Harmonies of #81F37B
Complementary color
Monochromatic Colors of #81F37B
Black with #81F37B
Text Example
Text Example
White with #81F37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F37B; }
p { color: rgb(129,243,123); }
H1.HeaderClassName
{
color: #81F37B;
}
.AnyTagClassName
{
color: #81F37B;
}
</style>
background-color css
<style>
a { background-color: #81F37B; }
a { background-color: rgb(129,243,123); }
div.DivClassName
{
background-color: #81F37B;
}
.BgClassName
{
background-color: #81F37B;
}
</style>
border-color css
<style>
span { border-color: #81F37B; }
span { border-color: rgb(129,243,123); }
td.TdClassName
{
border-color: #81F37B;
}
.TagClassName
{
border-color: #81F37B;
}
</style>