Shades of Conifer #B5D446
Tints of Conifer #B5D446
RGB
CMYK
RGB Variations
Color information
#B5D446 (or 0xB5D446) is known color: Conifer. HEX triplet: B5, D4 and 46. RGB value is (181,212,70). Sum of RGB (Red+Green+Blue) = 181+212+70=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 70 (27.73% from 255 or 15.12% from 463); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D446 is #4A2BB9. Grayscale: #BBBBBB. Windows color (decimal): -4860858 or 4641973. OLE color: 4641973.
HSL color Cylindrical-coordinate representation of color #B5D446: hue angle of 73.1º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5D446 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 212 | 70 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.17 |
| HSL | 73.1º | 0.62% | 0.55% | - |
| HSV(B) | 73.1º | 0.67% | 0.83% | - |
| XYZ | 43.71 | 57.35 | 14.56 | - |
| YUV | 186.54 | 62.23 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 212 | 70 | 0.15 | 0 | 0.67 | 0.17 | 73.1 | 0.62 | 0.55 |
| Hex | B5 | D4 | 46 | F | 0 | 43 | 11 | 49 | 3E | 37 |
| Octal | 265 | 324 | 106 | 17 | 0 | 103 | 21 | 111 | 76 | 67 |
| Binary | 10110101 | 11010100 | 1000110 | 1111 | 0 | 1000011 | 10001 | 1001001 | 111110 | 110111 |
Color Harmonies of #B5D446
Complementary color
Monochromatic Colors of #B5D446
Black with #B5D446
Text Example
Text Example
White with #B5D446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D446; }
p { color: rgb(181,212,70); }
H1.HeaderClassName
{
color: #B5D446;
}
.AnyTagClassName
{
color: #B5D446;
}
</style>
background-color css
<style>
a { background-color: #B5D446; }
a { background-color: rgb(181,212,70); }
div.DivClassName
{
background-color: #B5D446;
}
.BgClassName
{
background-color: #B5D446;
}
</style>
border-color css
<style>
span { border-color: #B5D446; }
span { border-color: rgb(181,212,70); }
td.TdClassName
{
border-color: #B5D446;
}
.TagClassName
{
border-color: #B5D446;
}
</style>