Shades of Pastel Green #8BF072
Tints of Pastel Green #8BF072
RGB
CMYK
RGB Variations
Color information
#8BF072 (or 0x8BF072) is known color: Pastel Green. HEX triplet: 8B, F0 and 72. RGB value is (139,240,114). Sum of RGB (Red+Green+Blue) = 139+240+114=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #8BF072 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BF072 is #740F8D. Grayscale: #C3C3C3. Windows color (decimal): -7606158 or 7532683. OLE color: 7532683.
HSL color Cylindrical-coordinate representation of color #8BF072: hue angle of 108.1º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8BF072 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 240 | 114 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.06 |
| HSL | 108.1º | 0.81% | 0.69% | - |
| HSV(B) | 108.1º | 0.53% | 0.94% | - |
| XYZ | 44.84 | 69.02 | 26.88 | - |
| YUV | 195.44 | 82.04 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 240 | 114 | 0.42 | 0 | 0.52 | 0.06 | 108.1 | 0.81 | 0.69 |
| Hex | 8B | F0 | 72 | 2A | 0 | 34 | 6 | 6C | 51 | 45 |
| Octal | 213 | 360 | 162 | 52 | 0 | 64 | 6 | 154 | 121 | 105 |
| Binary | 10001011 | 11110000 | 1110010 | 101010 | 0 | 110100 | 110 | 1101100 | 1010001 | 1000101 |
Color Harmonies of #8BF072
Complementary color
Monochromatic Colors of #8BF072
Black with #8BF072
Text Example
Text Example
White with #8BF072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF072; }
p { color: rgb(139,240,114); }
H1.HeaderClassName
{
color: #8BF072;
}
.AnyTagClassName
{
color: #8BF072;
}
</style>
background-color css
<style>
a { background-color: #8BF072; }
a { background-color: rgb(139,240,114); }
div.DivClassName
{
background-color: #8BF072;
}
.BgClassName
{
background-color: #8BF072;
}
</style>
border-color css
<style>
span { border-color: #8BF072; }
span { border-color: rgb(139,240,114); }
td.TdClassName
{
border-color: #8BF072;
}
.TagClassName
{
border-color: #8BF072;
}
</style>