Shades of Pastel Green #83F07C
Tints of Pastel Green #83F07C
RGB
CMYK
RGB Variations
Color information
#83F07C (or 0x83F07C) is known color: Pastel Green. HEX triplet: 83, F0 and 7C. RGB value is (131,240,124). Sum of RGB (Red+Green+Blue) = 131+240+124=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #83F07C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83F07C is #7C0F83. Grayscale: #C2C2C2. Windows color (decimal): -8130436 or 8188035. OLE color: 8188035.
HSL color Cylindrical-coordinate representation of color #83F07C: hue angle of 116.38º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83F07C is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 240 | 124 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.06 |
| HSL | 116.38º | 0.79% | 0.71% | - |
| HSV(B) | 116.38º | 0.48% | 0.94% | - |
| XYZ | 44.16 | 68.6 | 29.98 | - |
| YUV | 194.19 | 88.39 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 240 | 124 | 0.45 | 0 | 0.48 | 0.06 | 116.38 | 0.79 | 0.71 |
| Hex | 83 | F0 | 7C | 2D | 0 | 30 | 6 | 74 | 4F | 47 |
| Octal | 203 | 360 | 174 | 55 | 0 | 60 | 6 | 164 | 117 | 107 |
| Binary | 10000011 | 11110000 | 1111100 | 101101 | 0 | 110000 | 110 | 1110100 | 1001111 | 1000111 |
Color Harmonies of #83F07C
Complementary color
Monochromatic Colors of #83F07C
Black with #83F07C
Text Example
Text Example
White with #83F07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F07C; }
p { color: rgb(131,240,124); }
H1.HeaderClassName
{
color: #83F07C;
}
.AnyTagClassName
{
color: #83F07C;
}
</style>
background-color css
<style>
a { background-color: #83F07C; }
a { background-color: rgb(131,240,124); }
div.DivClassName
{
background-color: #83F07C;
}
.BgClassName
{
background-color: #83F07C;
}
</style>
border-color css
<style>
span { border-color: #83F07C; }
span { border-color: rgb(131,240,124); }
td.TdClassName
{
border-color: #83F07C;
}
.TagClassName
{
border-color: #83F07C;
}
</style>