Shades of Green Yellow #B0FE3C
Tints of Green Yellow #B0FE3C
RGB
CMYK
RGB Variations
Color information
#B0FE3C (or 0xB0FE3C) is known color: Green Yellow. HEX triplet: B0, FE and 3C. RGB value is (176,254,60). Sum of RGB (Red+Green+Blue) = 176+254+60=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FE3C is #4F01C3. Grayscale: #D1D1D1. Windows color (decimal): -5177796 or 3997360. OLE color: 3997360.
HSL color Cylindrical-coordinate representation of color #B0FE3C: hue angle of 84.12º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0FE3C is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 60 | - |
| CMYK | 0.31 | 0 | 0.76 | 0.00 |
| HSL | 84.12º | 0.99% | 0.62% | - |
| HSV(B) | 84.12º | 0.76% | 1% | - |
| XYZ | 54.16 | 80.44 | 16.95 | - |
| YUV | 208.56 | 44.16 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 60 | 0.31 | 0 | 0.76 | 0.00 | 84.12 | 0.99 | 0.62 |
| Hex | B0 | FE | 3C | 1F | 0 | 4C | 0 | 54 | 63 | 3E |
| Octal | 260 | 376 | 74 | 37 | 0 | 114 | 0 | 124 | 143 | 76 |
| Binary | 10110000 | 11111110 | 111100 | 11111 | 0 | 1001100 | 0 | 1010100 | 1100011 | 111110 |
Color Harmonies of #B0FE3C
Complementary color
Monochromatic Colors of #B0FE3C
Black with #B0FE3C
Text Example
Text Example
White with #B0FE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FE3C; }
p { color: rgb(176,254,60); }
H1.HeaderClassName
{
color: #B0FE3C;
}
.AnyTagClassName
{
color: #B0FE3C;
}
</style>
background-color css
<style>
a { background-color: #B0FE3C; }
a { background-color: rgb(176,254,60); }
div.DivClassName
{
background-color: #B0FE3C;
}
.BgClassName
{
background-color: #B0FE3C;
}
</style>
border-color css
<style>
span { border-color: #B0FE3C; }
span { border-color: rgb(176,254,60); }
td.TdClassName
{
border-color: #B0FE3C;
}
.TagClassName
{
border-color: #B0FE3C;
}
</style>