Shades of Green Yellow #B5FA42
Tints of Green Yellow #B5FA42
RGB
CMYK
RGB Variations
Color information
#B5FA42 (or 0xB5FA42) is known color: Green Yellow. HEX triplet: B5, FA and 42. RGB value is (181,250,66). Sum of RGB (Red+Green+Blue) = 181+250+66=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5FA42 is #4A05BD. Grayscale: #D1D1D1. Windows color (decimal): -4851134 or 4389557. OLE color: 4389557.
HSL color Cylindrical-coordinate representation of color #B5FA42: hue angle of 82.5º 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 #B5FA42 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 250 | 66 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.02 |
| HSL | 82.5º | 0.95% | 0.62% | - |
| HSV(B) | 82.5º | 0.74% | 0.98% | - |
| XYZ | 54.23 | 78.59 | 17.47 | - |
| YUV | 208.39 | 47.64 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 250 | 66 | 0.28 | 0 | 0.74 | 0.02 | 82.5 | 0.95 | 0.62 |
| Hex | B5 | FA | 42 | 1C | 0 | 4A | 2 | 52 | 5F | 3E |
| Octal | 265 | 372 | 102 | 34 | 0 | 112 | 2 | 122 | 137 | 76 |
| Binary | 10110101 | 11111010 | 1000010 | 11100 | 0 | 1001010 | 10 | 1010010 | 1011111 | 111110 |
Color Harmonies of #B5FA42
Complementary color
Monochromatic Colors of #B5FA42
Black with #B5FA42
Text Example
Text Example
White with #B5FA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FA42; }
p { color: rgb(181,250,66); }
H1.HeaderClassName
{
color: #B5FA42;
}
.AnyTagClassName
{
color: #B5FA42;
}
</style>
background-color css
<style>
a { background-color: #B5FA42; }
a { background-color: rgb(181,250,66); }
div.DivClassName
{
background-color: #B5FA42;
}
.BgClassName
{
background-color: #B5FA42;
}
</style>
border-color css
<style>
span { border-color: #B5FA42; }
span { border-color: rgb(181,250,66); }
td.TdClassName
{
border-color: #B5FA42;
}
.TagClassName
{
border-color: #B5FA42;
}
</style>