Shades of Pastel Green #83F270
Tints of Pastel Green #83F270
RGB
CMYK
RGB Variations
Color information
#83F270 (or 0x83F270) is known color: Pastel Green. HEX triplet: 83, F2 and 70. RGB value is (131,242,112). Sum of RGB (Red+Green+Blue) = 131+242+112=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #83F270 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83F270 is #7C0D8F. Grayscale: #C2C2C2. Windows color (decimal): -8129936 or 7402115. OLE color: 7402115.
HSL color Cylindrical-coordinate representation of color #83F270: hue angle of 111.23º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83F270 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 242 | 112 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.05 |
| HSL | 111.23º | 0.83% | 0.69% | - |
| HSV(B) | 111.23º | 0.54% | 0.95% | - |
| XYZ | 44.04 | 69.5 | 26.42 | - |
| YUV | 193.99 | 81.73 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 242 | 112 | 0.46 | 0 | 0.54 | 0.05 | 111.23 | 0.83 | 0.69 |
| Hex | 83 | F2 | 70 | 2E | 0 | 36 | 5 | 6F | 53 | 45 |
| Octal | 203 | 362 | 160 | 56 | 0 | 66 | 5 | 157 | 123 | 105 |
| Binary | 10000011 | 11110010 | 1110000 | 101110 | 0 | 110110 | 101 | 1101111 | 1010011 | 1000101 |
Color Harmonies of #83F270
Complementary color
Monochromatic Colors of #83F270
Black with #83F270
Text Example
Text Example
White with #83F270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F270; }
p { color: rgb(131,242,112); }
H1.HeaderClassName
{
color: #83F270;
}
.AnyTagClassName
{
color: #83F270;
}
</style>
background-color css
<style>
a { background-color: #83F270; }
a { background-color: rgb(131,242,112); }
div.DivClassName
{
background-color: #83F270;
}
.BgClassName
{
background-color: #83F270;
}
</style>
border-color css
<style>
span { border-color: #83F270; }
span { border-color: rgb(131,242,112); }
td.TdClassName
{
border-color: #83F270;
}
.TagClassName
{
border-color: #83F270;
}
</style>