Shades of Pastel Green #8BF164
Tints of Pastel Green #8BF164
RGB
CMYK
RGB Variations
Color information
#8BF164 (or 0x8BF164) is known color: Pastel Green. HEX triplet: 8B, F1 and 64. RGB value is (139,241,100). Sum of RGB (Red+Green+Blue) = 139+241+100=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #8BF164 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BF164 is #740E9B. Grayscale: #C2C2C2. Windows color (decimal): -7605916 or 6615435. OLE color: 6615435.
HSL color Cylindrical-coordinate representation of color #8BF164: hue angle of 103.4º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8BF164 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 241 | 100 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.05 |
| HSL | 103.4º | 0.83% | 0.67% | - |
| HSV(B) | 103.4º | 0.59% | 0.95% | - |
| XYZ | 44.4 | 69.32 | 23.1 | - |
| YUV | 194.43 | 74.71 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 241 | 100 | 0.42 | 0 | 0.59 | 0.05 | 103.4 | 0.83 | 0.67 |
| Hex | 8B | F1 | 64 | 2A | 0 | 3B | 5 | 67 | 53 | 43 |
| Octal | 213 | 361 | 144 | 52 | 0 | 73 | 5 | 147 | 123 | 103 |
| Binary | 10001011 | 11110001 | 1100100 | 101010 | 0 | 111011 | 101 | 1100111 | 1010011 | 1000011 |
Color Harmonies of #8BF164
Complementary color
Monochromatic Colors of #8BF164
Black with #8BF164
Text Example
Text Example
White with #8BF164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF164; }
p { color: rgb(139,241,100); }
H1.HeaderClassName
{
color: #8BF164;
}
.AnyTagClassName
{
color: #8BF164;
}
</style>
background-color css
<style>
a { background-color: #8BF164; }
a { background-color: rgb(139,241,100); }
div.DivClassName
{
background-color: #8BF164;
}
.BgClassName
{
background-color: #8BF164;
}
</style>
border-color css
<style>
span { border-color: #8BF164; }
span { border-color: rgb(139,241,100); }
td.TdClassName
{
border-color: #8BF164;
}
.TagClassName
{
border-color: #8BF164;
}
</style>