Shades of Pastel Green #83F070
Tints of Pastel Green #83F070
RGB
CMYK
RGB Variations
Color information
#83F070 (or 0x83F070) is known color: Pastel Green. HEX triplet: 83, F0 and 70. RGB value is (131,240,112). Sum of RGB (Red+Green+Blue) = 131+240+112=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #83F070 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83F070 is #7C0F8F. Grayscale: #C1C1C1. Windows color (decimal): -8130448 or 7401603. OLE color: 7401603.
HSL color Cylindrical-coordinate representation of color #83F070: hue angle of 111.09º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83F070 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 240 | 112 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.06 |
| HSL | 111.09º | 0.81% | 0.69% | - |
| HSV(B) | 111.09º | 0.53% | 0.94% | - |
| XYZ | 43.44 | 68.32 | 26.23 | - |
| YUV | 192.82 | 82.39 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 240 | 112 | 0.45 | 0 | 0.53 | 0.06 | 111.09 | 0.81 | 0.69 |
| Hex | 83 | F0 | 70 | 2D | 0 | 35 | 6 | 6F | 51 | 45 |
| Octal | 203 | 360 | 160 | 55 | 0 | 65 | 6 | 157 | 121 | 105 |
| Binary | 10000011 | 11110000 | 1110000 | 101101 | 0 | 110101 | 110 | 1101111 | 1010001 | 1000101 |
Color Harmonies of #83F070
Complementary color
Monochromatic Colors of #83F070
Black with #83F070
Text Example
Text Example
White with #83F070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F070; }
p { color: rgb(131,240,112); }
H1.HeaderClassName
{
color: #83F070;
}
.AnyTagClassName
{
color: #83F070;
}
</style>
background-color css
<style>
a { background-color: #83F070; }
a { background-color: rgb(131,240,112); }
div.DivClassName
{
background-color: #83F070;
}
.BgClassName
{
background-color: #83F070;
}
</style>
border-color css
<style>
span { border-color: #83F070; }
span { border-color: rgb(131,240,112); }
td.TdClassName
{
border-color: #83F070;
}
.TagClassName
{
border-color: #83F070;
}
</style>