Shades of Green Yellow #B5FA40
Tints of Green Yellow #B5FA40
RGB
CMYK
RGB Variations
Color information
#B5FA40 (or 0xB5FA40) is known color: Green Yellow. HEX triplet: B5, FA and 40. RGB value is (181,250,64). Sum of RGB (Red+Green+Blue) = 181+250+64=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5FA40 is #4A05BF. Grayscale: #D0D0D0. Windows color (decimal): -4851136 or 4258485. OLE color: 4258485.
HSL color Cylindrical-coordinate representation of color #B5FA40: hue angle of 82.26º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5FA40 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 250 | 64 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.02 |
| HSL | 82.26º | 0.95% | 0.62% | - |
| HSV(B) | 82.26º | 0.74% | 0.98% | - |
| XYZ | 54.17 | 78.57 | 17.16 | - |
| YUV | 208.17 | 46.64 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 250 | 64 | 0.28 | 0 | 0.74 | 0.02 | 82.26 | 0.95 | 0.62 |
| Hex | B5 | FA | 40 | 1C | 0 | 4A | 2 | 52 | 5F | 3E |
| Octal | 265 | 372 | 100 | 34 | 0 | 112 | 2 | 122 | 137 | 76 |
| Binary | 10110101 | 11111010 | 1000000 | 11100 | 0 | 1001010 | 10 | 1010010 | 1011111 | 111110 |
Color Harmonies of #B5FA40
Complementary color
Monochromatic Colors of #B5FA40
Black with #B5FA40
Text Example
Text Example
White with #B5FA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FA40; }
p { color: rgb(181,250,64); }
H1.HeaderClassName
{
color: #B5FA40;
}
.AnyTagClassName
{
color: #B5FA40;
}
</style>
background-color css
<style>
a { background-color: #B5FA40; }
a { background-color: rgb(181,250,64); }
div.DivClassName
{
background-color: #B5FA40;
}
.BgClassName
{
background-color: #B5FA40;
}
</style>
border-color css
<style>
span { border-color: #B5FA40; }
span { border-color: rgb(181,250,64); }
td.TdClassName
{
border-color: #B5FA40;
}
.TagClassName
{
border-color: #B5FA40;
}
</style>