Shades of Green Yellow #8BFF42
Tints of Green Yellow #8BFF42
RGB
CMYK
RGB Variations
Color information
#8BFF42 (or 0x8BFF42) is known color: Green Yellow. HEX triplet: 8B, FF and 42. RGB value is (139,255,66). Sum of RGB (Red+Green+Blue) = 139+255+66=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #8BFF42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BFF42 is #7400BD. Grayscale: #C7C7C7. Windows color (decimal): -7602366 or 4390795. OLE color: 4390795.
HSL color Cylindrical-coordinate representation of color #8BFF42: hue angle of 96.83º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8BFF42 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 255 | 66 | - |
| CMYK | 0.45 | 0 | 0.74 | 0 |
| HSL | 96.83º | 1% | 0.63% | - |
| HSV(B) | 96.83º | 0.74% | 1% | - |
| XYZ | 47.39 | 77.4 | 17.6 | - |
| YUV | 198.77 | 53.07 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 255 | 66 | 0.45 | 0 | 0.74 | 0 | 96.83 | 1 | 0.63 |
| Hex | 8B | FF | 42 | 2D | 0 | 4A | 0 | 61 | 64 | 3F |
| Octal | 213 | 377 | 102 | 55 | 0 | 112 | 0 | 141 | 144 | 77 |
| Binary | 10001011 | 11111111 | 1000010 | 101101 | 0 | 1001010 | 0 | 1100001 | 1100100 | 111111 |
Color Harmonies of #8BFF42
Complementary color
Monochromatic Colors of #8BFF42
Black with #8BFF42
Text Example
Text Example
White with #8BFF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFF42; }
p { color: rgb(139,255,66); }
H1.HeaderClassName
{
color: #8BFF42;
}
.AnyTagClassName
{
color: #8BFF42;
}
</style>
background-color css
<style>
a { background-color: #8BFF42; }
a { background-color: rgb(139,255,66); }
div.DivClassName
{
background-color: #8BFF42;
}
.BgClassName
{
background-color: #8BFF42;
}
</style>
border-color css
<style>
span { border-color: #8BFF42; }
span { border-color: rgb(139,255,66); }
td.TdClassName
{
border-color: #8BFF42;
}
.TagClassName
{
border-color: #8BFF42;
}
</style>