Shades of Green Yellow #B5FF45
Tints of Green Yellow #B5FF45
RGB
CMYK
RGB Variations
Color information
#B5FF45 (or 0xB5FF45) is known color: Green Yellow. HEX triplet: B5, FF and 45. RGB value is (181,255,69). Sum of RGB (Red+Green+Blue) = 181+255+69=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 69 (27.34% from 255 or 13.66% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5FF45 is #4A00BA. Grayscale: #D4D4D4. Windows color (decimal): -4849851 or 4587445. OLE color: 4587445.
HSL color Cylindrical-coordinate representation of color #B5FF45: hue angle of 83.87º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5FF45 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 69 | - |
| CMYK | 0.29 | 0 | 0.73 | 0 |
| HSL | 83.87º | 1% | 0.64% | - |
| HSV(B) | 83.87º | 0.73% | 1% | - |
| XYZ | 55.89 | 81.77 | 18.47 | - |
| YUV | 211.67 | 47.48 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 69 | 0.29 | 0 | 0.73 | 0 | 83.87 | 1 | 0.64 |
| Hex | B5 | FF | 45 | 1D | 0 | 49 | 0 | 54 | 64 | 40 |
| Octal | 265 | 377 | 105 | 35 | 0 | 111 | 0 | 124 | 144 | 100 |
| Binary | 10110101 | 11111111 | 1000101 | 11101 | 0 | 1001001 | 0 | 1010100 | 1100100 | 1000000 |
Color Harmonies of #B5FF45
Complementary color
Monochromatic Colors of #B5FF45
Black with #B5FF45
Text Example
Text Example
White with #B5FF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FF45; }
p { color: rgb(181,255,69); }
H1.HeaderClassName
{
color: #B5FF45;
}
.AnyTagClassName
{
color: #B5FF45;
}
</style>
background-color css
<style>
a { background-color: #B5FF45; }
a { background-color: rgb(181,255,69); }
div.DivClassName
{
background-color: #B5FF45;
}
.BgClassName
{
background-color: #B5FF45;
}
</style>
border-color css
<style>
span { border-color: #B5FF45; }
span { border-color: rgb(181,255,69); }
td.TdClassName
{
border-color: #B5FF45;
}
.TagClassName
{
border-color: #B5FF45;
}
</style>