Shades of Pastel Green #83CE74
Tints of Pastel Green #83CE74
RGB
CMYK
RGB Variations
Color information
#83CE74 (or 0x83CE74) is known color: Pastel Green. HEX triplet: 83, CE and 74. RGB value is (131,206,116). Sum of RGB (Red+Green+Blue) = 131+206+116=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #83CE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83CE74 is #7C318B. Grayscale: #ADADAD. Windows color (decimal): -8139148 or 7655043. OLE color: 7655043.
HSL color Cylindrical-coordinate representation of color #83CE74: hue angle of 110º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83CE74 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 206 | 116 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.19 |
| HSL | 110º | 0.48% | 0.63% | - |
| HSV(B) | 110º | 0.44% | 0.81% | - |
| XYZ | 34.58 | 50.23 | 24.4 | - |
| YUV | 173.32 | 95.65 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 116 | 0.36 | 0 | 0.44 | 0.19 | 110 | 0.48 | 0.63 |
| Hex | 83 | CE | 74 | 24 | 0 | 2C | 13 | 6E | 30 | 3F |
| Octal | 203 | 316 | 164 | 44 | 0 | 54 | 23 | 156 | 60 | 77 |
| Binary | 10000011 | 11001110 | 1110100 | 100100 | 0 | 101100 | 10011 | 1101110 | 110000 | 111111 |
Color Harmonies of #83CE74
Complementary color
Monochromatic Colors of #83CE74
Black with #83CE74
Text Example
Text Example
White with #83CE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CE74; }
p { color: rgb(131,206,116); }
H1.HeaderClassName
{
color: #83CE74;
}
.AnyTagClassName
{
color: #83CE74;
}
</style>
background-color css
<style>
a { background-color: #83CE74; }
a { background-color: rgb(131,206,116); }
div.DivClassName
{
background-color: #83CE74;
}
.BgClassName
{
background-color: #83CE74;
}
</style>
border-color css
<style>
span { border-color: #83CE74; }
span { border-color: rgb(131,206,116); }
td.TdClassName
{
border-color: #83CE74;
}
.TagClassName
{
border-color: #83CE74;
}
</style>