Shades of Pastel Green #8BF168
Tints of Pastel Green #8BF168
RGB
CMYK
RGB Variations
Color information
#8BF168 (or 0x8BF168) is known color: Pastel Green. HEX triplet: 8B, F1 and 68. RGB value is (139,241,104). Sum of RGB (Red+Green+Blue) = 139+241+104=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #8BF168 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BF168 is #740E97. Grayscale: #C3C3C3. Windows color (decimal): -7605912 or 6877579. OLE color: 6877579.
HSL color Cylindrical-coordinate representation of color #8BF168: hue angle of 104.67º degrees, saturation: 0.83, 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 #8BF168 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 241 | 104 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.05 |
| HSL | 104.67º | 0.83% | 0.68% | - |
| HSV(B) | 104.67º | 0.57% | 0.95% | - |
| XYZ | 44.6 | 69.4 | 24.14 | - |
| YUV | 194.88 | 76.71 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 241 | 104 | 0.42 | 0 | 0.57 | 0.05 | 104.67 | 0.83 | 0.68 |
| Hex | 8B | F1 | 68 | 2A | 0 | 39 | 5 | 69 | 53 | 44 |
| Octal | 213 | 361 | 150 | 52 | 0 | 71 | 5 | 151 | 123 | 104 |
| Binary | 10001011 | 11110001 | 1101000 | 101010 | 0 | 111001 | 101 | 1101001 | 1010011 | 1000100 |
Color Harmonies of #8BF168
Complementary color
Monochromatic Colors of #8BF168
Black with #8BF168
Text Example
Text Example
White with #8BF168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF168; }
p { color: rgb(139,241,104); }
H1.HeaderClassName
{
color: #8BF168;
}
.AnyTagClassName
{
color: #8BF168;
}
</style>
background-color css
<style>
a { background-color: #8BF168; }
a { background-color: rgb(139,241,104); }
div.DivClassName
{
background-color: #8BF168;
}
.BgClassName
{
background-color: #8BF168;
}
</style>
border-color css
<style>
span { border-color: #8BF168; }
span { border-color: rgb(139,241,104); }
td.TdClassName
{
border-color: #8BF168;
}
.TagClassName
{
border-color: #8BF168;
}
</style>