Shades of Conifer #B5FA50
Tints of Conifer #B5FA50
RGB
CMYK
RGB Variations
Color information
#B5FA50 (or 0xB5FA50) is known color: Conifer. HEX triplet: B5, FA and 50. RGB value is (181,250,80). Sum of RGB (Red+Green+Blue) = 181+250+80=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FA50 is #4A05AF. Grayscale: #D2D2D2. Windows color (decimal): -4851120 or 5307061. OLE color: 5307061.
HSL color Cylindrical-coordinate representation of color #B5FA50: hue angle of 84.35º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5FA50 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 250 | 80 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.02 |
| HSL | 84.35º | 0.94% | 0.65% | - |
| HSV(B) | 84.35º | 0.68% | 0.98% | - |
| XYZ | 54.69 | 78.77 | 19.91 | - |
| YUV | 209.99 | 54.64 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 250 | 80 | 0.28 | 0 | 0.68 | 0.02 | 84.35 | 0.94 | 0.65 |
| Hex | B5 | FA | 50 | 1C | 0 | 44 | 2 | 54 | 5E | 41 |
| Octal | 265 | 372 | 120 | 34 | 0 | 104 | 2 | 124 | 136 | 101 |
| Binary | 10110101 | 11111010 | 1010000 | 11100 | 0 | 1000100 | 10 | 1010100 | 1011110 | 1000001 |
Color Harmonies of #B5FA50
Complementary color
Monochromatic Colors of #B5FA50
Black with #B5FA50
Text Example
Text Example
White with #B5FA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FA50; }
p { color: rgb(181,250,80); }
H1.HeaderClassName
{
color: #B5FA50;
}
.AnyTagClassName
{
color: #B5FA50;
}
</style>
background-color css
<style>
a { background-color: #B5FA50; }
a { background-color: rgb(181,250,80); }
div.DivClassName
{
background-color: #B5FA50;
}
.BgClassName
{
background-color: #B5FA50;
}
</style>
border-color css
<style>
span { border-color: #B5FA50; }
span { border-color: rgb(181,250,80); }
td.TdClassName
{
border-color: #B5FA50;
}
.TagClassName
{
border-color: #B5FA50;
}
</style>