Shades of Pastel Green #81F975
Tints of Pastel Green #81F975
RGB
CMYK
RGB Variations
Color information
#81F975 (or 0x81F975) is known color: Pastel Green. HEX triplet: 81, F9 and 75. RGB value is (129,249,117). Sum of RGB (Red+Green+Blue) = 129+249+117=495 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.06% from 495); Green value is 249 (97.66% from 255 or 50.30% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 249 - color contains mainly: green. Hex color #81F975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F975 is #7E068A. Grayscale: #C6C6C6. Windows color (decimal): -8259211 or 7731585. OLE color: 7731585.
HSL color Cylindrical-coordinate representation of color #81F975: hue angle of 114.55º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81F975 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 249 | 117 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.02 |
| HSL | 114.55º | 0.92% | 0.72% | - |
| HSV(B) | 114.55º | 0.53% | 0.98% | - |
| XYZ | 46.14 | 73.7 | 28.62 | - |
| YUV | 198.07 | 82.24 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 249 | 117 | 0.48 | 0 | 0.53 | 0.02 | 114.55 | 0.92 | 0.72 |
| Hex | 81 | F9 | 75 | 30 | 0 | 35 | 2 | 73 | 5C | 48 |
| Octal | 201 | 371 | 165 | 60 | 0 | 65 | 2 | 163 | 134 | 110 |
| Binary | 10000001 | 11111001 | 1110101 | 110000 | 0 | 110101 | 10 | 1110011 | 1011100 | 1001000 |
Color Harmonies of #81F975
Complementary color
Monochromatic Colors of #81F975
Black with #81F975
Text Example
Text Example
White with #81F975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F975; }
p { color: rgb(129,249,117); }
H1.HeaderClassName
{
color: #81F975;
}
.AnyTagClassName
{
color: #81F975;
}
</style>
background-color css
<style>
a { background-color: #81F975; }
a { background-color: rgb(129,249,117); }
div.DivClassName
{
background-color: #81F975;
}
.BgClassName
{
background-color: #81F975;
}
</style>
border-color css
<style>
span { border-color: #81F975; }
span { border-color: rgb(129,249,117); }
td.TdClassName
{
border-color: #81F975;
}
.TagClassName
{
border-color: #81F975;
}
</style>