Shades of Pastel Green #8BF269
Tints of Pastel Green #8BF269
RGB
CMYK
RGB Variations
Color information
#8BF269 (or 0x8BF269) is known color: Pastel Green. HEX triplet: 8B, F2 and 69. RGB value is (139,242,105). Sum of RGB (Red+Green+Blue) = 139+242+105=486 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.60% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #8BF269 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BF269 is #740D96. Grayscale: #C4C4C4. Windows color (decimal): -7605655 or 6943371. OLE color: 6943371.
HSL color Cylindrical-coordinate representation of color #8BF269: hue angle of 105.11º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8BF269 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 242 | 105 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.05 |
| HSL | 105.11º | 0.84% | 0.68% | - |
| HSV(B) | 105.11º | 0.57% | 0.95% | - |
| XYZ | 44.95 | 70.01 | 24.51 | - |
| YUV | 195.59 | 76.88 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 242 | 105 | 0.43 | 0 | 0.57 | 0.05 | 105.11 | 0.84 | 0.68 |
| Hex | 8B | F2 | 69 | 2B | 0 | 39 | 5 | 69 | 54 | 44 |
| Octal | 213 | 362 | 151 | 53 | 0 | 71 | 5 | 151 | 124 | 104 |
| Binary | 10001011 | 11110010 | 1101001 | 101011 | 0 | 111001 | 101 | 1101001 | 1010100 | 1000100 |
Color Harmonies of #8BF269
Complementary color
Monochromatic Colors of #8BF269
Black with #8BF269
Text Example
Text Example
White with #8BF269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF269; }
p { color: rgb(139,242,105); }
H1.HeaderClassName
{
color: #8BF269;
}
.AnyTagClassName
{
color: #8BF269;
}
</style>
background-color css
<style>
a { background-color: #8BF269; }
a { background-color: rgb(139,242,105); }
div.DivClassName
{
background-color: #8BF269;
}
.BgClassName
{
background-color: #8BF269;
}
</style>
border-color css
<style>
span { border-color: #8BF269; }
span { border-color: rgb(139,242,105); }
td.TdClassName
{
border-color: #8BF269;
}
.TagClassName
{
border-color: #8BF269;
}
</style>