Shades of Pastel Green #81F065
Tints of Pastel Green #81F065
RGB
CMYK
RGB Variations
Color information
#81F065 (or 0x81F065) is known color: Pastel Green. HEX triplet: 81, F0 and 65. RGB value is (129,240,101). Sum of RGB (Red+Green+Blue) = 129+240+101=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 240 (94.14% from 255 or 51.06% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 240 - color contains mainly: green. Hex color #81F065 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F065 is #7E0F9A. Grayscale: #BFBFBF. Windows color (decimal): -8261531 or 6680705. OLE color: 6680705.
HSL color Cylindrical-coordinate representation of color #81F065: hue angle of 107.91º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81F065 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 240 | 101 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.06 |
| HSL | 107.91º | 0.82% | 0.67% | - |
| HSV(B) | 107.91º | 0.58% | 0.94% | - |
| XYZ | 42.56 | 67.93 | 23.18 | - |
| YUV | 190.97 | 77.23 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 240 | 101 | 0.46 | 0 | 0.58 | 0.06 | 107.91 | 0.82 | 0.67 |
| Hex | 81 | F0 | 65 | 2E | 0 | 3A | 6 | 6C | 52 | 43 |
| Octal | 201 | 360 | 145 | 56 | 0 | 72 | 6 | 154 | 122 | 103 |
| Binary | 10000001 | 11110000 | 1100101 | 101110 | 0 | 111010 | 110 | 1101100 | 1010010 | 1000011 |
Color Harmonies of #81F065
Complementary color
Monochromatic Colors of #81F065
Black with #81F065
Text Example
Text Example
White with #81F065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F065; }
p { color: rgb(129,240,101); }
H1.HeaderClassName
{
color: #81F065;
}
.AnyTagClassName
{
color: #81F065;
}
</style>
background-color css
<style>
a { background-color: #81F065; }
a { background-color: rgb(129,240,101); }
div.DivClassName
{
background-color: #81F065;
}
.BgClassName
{
background-color: #81F065;
}
</style>
border-color css
<style>
span { border-color: #81F065; }
span { border-color: rgb(129,240,101); }
td.TdClassName
{
border-color: #81F065;
}
.TagClassName
{
border-color: #81F065;
}
</style>