Shades of Pastel Green #8BF166
Tints of Pastel Green #8BF166
RGB
CMYK
RGB Variations
Color information
#8BF166 (or 0x8BF166) is known color: Pastel Green. HEX triplet: 8B, F1 and 66. RGB value is (139,241,102). Sum of RGB (Red+Green+Blue) = 139+241+102=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #8BF166 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BF166 is #740E99. Grayscale: #C3C3C3. Windows color (decimal): -7605914 or 6746507. OLE color: 6746507.
HSL color Cylindrical-coordinate representation of color #8BF166: hue angle of 104.03º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8BF166 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 241 | 102 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.05 |
| HSL | 104.03º | 0.83% | 0.67% | - |
| HSV(B) | 104.03º | 0.58% | 0.95% | - |
| XYZ | 44.5 | 69.36 | 23.61 | - |
| YUV | 194.66 | 75.71 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 241 | 102 | 0.42 | 0 | 0.58 | 0.05 | 104.03 | 0.83 | 0.67 |
| Hex | 8B | F1 | 66 | 2A | 0 | 3A | 5 | 68 | 53 | 43 |
| Octal | 213 | 361 | 146 | 52 | 0 | 72 | 5 | 150 | 123 | 103 |
| Binary | 10001011 | 11110001 | 1100110 | 101010 | 0 | 111010 | 101 | 1101000 | 1010011 | 1000011 |
Color Harmonies of #8BF166
Complementary color
Monochromatic Colors of #8BF166
Black with #8BF166
Text Example
Text Example
White with #8BF166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF166; }
p { color: rgb(139,241,102); }
H1.HeaderClassName
{
color: #8BF166;
}
.AnyTagClassName
{
color: #8BF166;
}
</style>
background-color css
<style>
a { background-color: #8BF166; }
a { background-color: rgb(139,241,102); }
div.DivClassName
{
background-color: #8BF166;
}
.BgClassName
{
background-color: #8BF166;
}
</style>
border-color css
<style>
span { border-color: #8BF166; }
span { border-color: rgb(139,241,102); }
td.TdClassName
{
border-color: #8BF166;
}
.TagClassName
{
border-color: #8BF166;
}
</style>