Shades of Pastel Green #83F065
Tints of Pastel Green #83F065
RGB
CMYK
RGB Variations
Color information
#83F065 (or 0x83F065) is known color: Pastel Green. HEX triplet: 83, F0 and 65. RGB value is (131,240,101). Sum of RGB (Red+Green+Blue) = 131+240+101=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #83F065 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83F065 is #7C0F9A. Grayscale: #C0C0C0. Windows color (decimal): -8130459 or 6680707. OLE color: 6680707.
HSL color Cylindrical-coordinate representation of color #83F065: hue angle of 107.05º 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 #83F065 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 240 | 101 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.06 |
| HSL | 107.05º | 0.82% | 0.67% | - |
| HSV(B) | 107.05º | 0.58% | 0.94% | - |
| XYZ | 42.87 | 68.09 | 23.19 | - |
| YUV | 191.56 | 76.89 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 240 | 101 | 0.45 | 0 | 0.58 | 0.06 | 107.05 | 0.82 | 0.67 |
| Hex | 83 | F0 | 65 | 2D | 0 | 3A | 6 | 6B | 52 | 43 |
| Octal | 203 | 360 | 145 | 55 | 0 | 72 | 6 | 153 | 122 | 103 |
| Binary | 10000011 | 11110000 | 1100101 | 101101 | 0 | 111010 | 110 | 1101011 | 1010010 | 1000011 |
Color Harmonies of #83F065
Complementary color
Monochromatic Colors of #83F065
Black with #83F065
Text Example
Text Example
White with #83F065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F065; }
p { color: rgb(131,240,101); }
H1.HeaderClassName
{
color: #83F065;
}
.AnyTagClassName
{
color: #83F065;
}
</style>
background-color css
<style>
a { background-color: #83F065; }
a { background-color: rgb(131,240,101); }
div.DivClassName
{
background-color: #83F065;
}
.BgClassName
{
background-color: #83F065;
}
</style>
border-color css
<style>
span { border-color: #83F065; }
span { border-color: rgb(131,240,101); }
td.TdClassName
{
border-color: #83F065;
}
.TagClassName
{
border-color: #83F065;
}
</style>