Shades of Green Yellow #B5FF2C
Tints of Green Yellow #B5FF2C
RGB
CMYK
RGB Variations
Color information
#B5FF2C (or 0xB5FF2C) is known color: Green Yellow. HEX triplet: B5, FF and 2C. RGB value is (181,255,44). Sum of RGB (Red+Green+Blue) = 181+255+44=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 44 (17.58% from 255 or 9.17% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5FF2C is #4A00D3. Grayscale: #D1D1D1. Windows color (decimal): -4849876 or 2949045. OLE color: 2949045.
HSL color Cylindrical-coordinate representation of color #B5FF2C: hue angle of 81.04º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5FF2C is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 44 | - |
| CMYK | 0.29 | 0 | 0.83 | 0 |
| HSL | 81.04º | 1% | 0.59% | - |
| HSV(B) | 81.04º | 0.83% | 1% | - |
| XYZ | 55.27 | 81.53 | 15.21 | - |
| YUV | 208.82 | 34.98 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 44 | 0.29 | 0 | 0.83 | 0 | 81.04 | 1 | 0.59 |
| Hex | B5 | FF | 2C | 1D | 0 | 53 | 0 | 51 | 64 | 3B |
| Octal | 265 | 377 | 54 | 35 | 0 | 123 | 0 | 121 | 144 | 73 |
| Binary | 10110101 | 11111111 | 101100 | 11101 | 0 | 1010011 | 0 | 1010001 | 1100100 | 111011 |
Color Harmonies of #B5FF2C
Complementary color
Monochromatic Colors of #B5FF2C
Black with #B5FF2C
Text Example
Text Example
White with #B5FF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FF2C; }
p { color: rgb(181,255,44); }
H1.HeaderClassName
{
color: #B5FF2C;
}
.AnyTagClassName
{
color: #B5FF2C;
}
</style>
background-color css
<style>
a { background-color: #B5FF2C; }
a { background-color: rgb(181,255,44); }
div.DivClassName
{
background-color: #B5FF2C;
}
.BgClassName
{
background-color: #B5FF2C;
}
</style>
border-color css
<style>
span { border-color: #B5FF2C; }
span { border-color: rgb(181,255,44); }
td.TdClassName
{
border-color: #B5FF2C;
}
.TagClassName
{
border-color: #B5FF2C;
}
</style>