Shades of Pastel Green #83F27B
Tints of Pastel Green #83F27B
RGB
CMYK
RGB Variations
Color information
#83F27B (or 0x83F27B) is known color: Pastel Green. HEX triplet: 83, F2 and 7B. RGB value is (131,242,123). Sum of RGB (Red+Green+Blue) = 131+242+123=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #83F27B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83F27B is #7C0D84. Grayscale: #C3C3C3. Windows color (decimal): -8129925 or 8123011. OLE color: 8123011.
HSL color Cylindrical-coordinate representation of color #83F27B: hue angle of 115.97º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83F27B is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 242 | 123 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.05 |
| HSL | 115.97º | 0.82% | 0.72% | - |
| HSV(B) | 115.97º | 0.49% | 0.95% | - |
| XYZ | 44.69 | 69.76 | 29.85 | - |
| YUV | 195.25 | 87.23 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 242 | 123 | 0.46 | 0 | 0.49 | 0.05 | 115.97 | 0.82 | 0.72 |
| Hex | 83 | F2 | 7B | 2E | 0 | 31 | 5 | 74 | 52 | 48 |
| Octal | 203 | 362 | 173 | 56 | 0 | 61 | 5 | 164 | 122 | 110 |
| Binary | 10000011 | 11110010 | 1111011 | 101110 | 0 | 110001 | 101 | 1110100 | 1010010 | 1001000 |
Color Harmonies of #83F27B
Complementary color
Monochromatic Colors of #83F27B
Black with #83F27B
Text Example
Text Example
White with #83F27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F27B; }
p { color: rgb(131,242,123); }
H1.HeaderClassName
{
color: #83F27B;
}
.AnyTagClassName
{
color: #83F27B;
}
</style>
background-color css
<style>
a { background-color: #83F27B; }
a { background-color: rgb(131,242,123); }
div.DivClassName
{
background-color: #83F27B;
}
.BgClassName
{
background-color: #83F27B;
}
</style>
border-color css
<style>
span { border-color: #83F27B; }
span { border-color: rgb(131,242,123); }
td.TdClassName
{
border-color: #83F27B;
}
.TagClassName
{
border-color: #83F27B;
}
</style>