Shades of Conifer #B5F046
Tints of Conifer #B5F046
RGB
CMYK
RGB Variations
Color information
#B5F046 (or 0xB5F046) is known color: Conifer. HEX triplet: B5, F0 and 46. RGB value is (181,240,70). Sum of RGB (Red+Green+Blue) = 181+240+70=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F046 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5F046 is #4A0FB9. Grayscale: #CBCBCB. Windows color (decimal): -4853690 or 4649141. OLE color: 4649141.
HSL color Cylindrical-coordinate representation of color #B5F046: hue angle of 80.82º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5F046 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 240 | 70 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.06 |
| HSL | 80.82º | 0.85% | 0.61% | - |
| HSV(B) | 80.82º | 0.71% | 0.94% | - |
| XYZ | 51.32 | 72.59 | 17.1 | - |
| YUV | 202.98 | 52.95 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 240 | 70 | 0.25 | 0 | 0.71 | 0.06 | 80.82 | 0.85 | 0.61 |
| Hex | B5 | F0 | 46 | 19 | 0 | 47 | 6 | 51 | 55 | 3D |
| Octal | 265 | 360 | 106 | 31 | 0 | 107 | 6 | 121 | 125 | 75 |
| Binary | 10110101 | 11110000 | 1000110 | 11001 | 0 | 1000111 | 110 | 1010001 | 1010101 | 111101 |
Color Harmonies of #B5F046
Complementary color
Monochromatic Colors of #B5F046
Black with #B5F046
Text Example
Text Example
White with #B5F046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F046; }
p { color: rgb(181,240,70); }
H1.HeaderClassName
{
color: #B5F046;
}
.AnyTagClassName
{
color: #B5F046;
}
</style>
background-color css
<style>
a { background-color: #B5F046; }
a { background-color: rgb(181,240,70); }
div.DivClassName
{
background-color: #B5F046;
}
.BgClassName
{
background-color: #B5F046;
}
</style>
border-color css
<style>
span { border-color: #B5F046; }
span { border-color: rgb(181,240,70); }
td.TdClassName
{
border-color: #B5F046;
}
.TagClassName
{
border-color: #B5F046;
}
</style>