Shades of Conifer #B5FA59
Tints of Conifer #B5FA59
RGB
CMYK
RGB Variations
Color information
#B5FA59 (or 0xB5FA59) is known color: Conifer. HEX triplet: B5, FA and 59. RGB value is (181,250,89). Sum of RGB (Red+Green+Blue) = 181+250+89=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 89 (35.16% from 255 or 17.12% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FA59 is #4A05A6. Grayscale: #D3D3D3. Windows color (decimal): -4851111 or 5896885. OLE color: 5896885.
HSL color Cylindrical-coordinate representation of color #B5FA59: hue angle of 85.71º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5FA59 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 250 | 89 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.02 |
| HSL | 85.71º | 0.94% | 0.66% | - |
| HSV(B) | 85.71º | 0.64% | 0.98% | - |
| XYZ | 55.04 | 78.92 | 21.78 | - |
| YUV | 211.02 | 59.14 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 250 | 89 | 0.28 | 0 | 0.64 | 0.02 | 85.71 | 0.94 | 0.66 |
| Hex | B5 | FA | 59 | 1C | 0 | 40 | 2 | 56 | 5E | 42 |
| Octal | 265 | 372 | 131 | 34 | 0 | 100 | 2 | 126 | 136 | 102 |
| Binary | 10110101 | 11111010 | 1011001 | 11100 | 0 | 1000000 | 10 | 1010110 | 1011110 | 1000010 |
Color Harmonies of #B5FA59
Complementary color
Monochromatic Colors of #B5FA59
Black with #B5FA59
Text Example
Text Example
White with #B5FA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FA59; }
p { color: rgb(181,250,89); }
H1.HeaderClassName
{
color: #B5FA59;
}
.AnyTagClassName
{
color: #B5FA59;
}
</style>
background-color css
<style>
a { background-color: #B5FA59; }
a { background-color: rgb(181,250,89); }
div.DivClassName
{
background-color: #B5FA59;
}
.BgClassName
{
background-color: #B5FA59;
}
</style>
border-color css
<style>
span { border-color: #B5FA59; }
span { border-color: rgb(181,250,89); }
td.TdClassName
{
border-color: #B5FA59;
}
.TagClassName
{
border-color: #B5FA59;
}
</style>