Shades of Pastel Green #83F263
Tints of Pastel Green #83F263
RGB
CMYK
RGB Variations
Color information
#83F263 (or 0x83F263) is known color: Pastel Green. HEX triplet: 83, F2 and 63. RGB value is (131,242,99). Sum of RGB (Red+Green+Blue) = 131+242+99=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #83F263 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83F263 is #7C0D9C. Grayscale: #C0C0C0. Windows color (decimal): -8129949 or 6550147. OLE color: 6550147.
HSL color Cylindrical-coordinate representation of color #83F263: hue angle of 106.57º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #83F263 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 242 | 99 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.05 |
| HSL | 106.57º | 0.85% | 0.67% | - |
| HSV(B) | 106.57º | 0.59% | 0.95% | - |
| XYZ | 43.36 | 69.23 | 22.88 | - |
| YUV | 192.51 | 75.23 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 242 | 99 | 0.46 | 0 | 0.59 | 0.05 | 106.57 | 0.85 | 0.67 |
| Hex | 83 | F2 | 63 | 2E | 0 | 3B | 5 | 6B | 55 | 43 |
| Octal | 203 | 362 | 143 | 56 | 0 | 73 | 5 | 153 | 125 | 103 |
| Binary | 10000011 | 11110010 | 1100011 | 101110 | 0 | 111011 | 101 | 1101011 | 1010101 | 1000011 |
Color Harmonies of #83F263
Complementary color
Monochromatic Colors of #83F263
Black with #83F263
Text Example
Text Example
White with #83F263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F263; }
p { color: rgb(131,242,99); }
H1.HeaderClassName
{
color: #83F263;
}
.AnyTagClassName
{
color: #83F263;
}
</style>
background-color css
<style>
a { background-color: #83F263; }
a { background-color: rgb(131,242,99); }
div.DivClassName
{
background-color: #83F263;
}
.BgClassName
{
background-color: #83F263;
}
</style>
border-color css
<style>
span { border-color: #83F263; }
span { border-color: rgb(131,242,99); }
td.TdClassName
{
border-color: #83F263;
}
.TagClassName
{
border-color: #83F263;
}
</style>