Shades of Conifer #B5D148
Tints of Conifer #B5D148
RGB
CMYK
RGB Variations
Color information
#B5D148 (or 0xB5D148) is known color: Conifer. HEX triplet: B5, D1 and 48. RGB value is (181,209,72). Sum of RGB (Red+Green+Blue) = 181+209+72=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D148 is #4A2EB7. Grayscale: #B9B9B9. Windows color (decimal): -4861624 or 4772277. OLE color: 4772277.
HSL color Cylindrical-coordinate representation of color #B5D148: hue angle of 72.26º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5D148 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 209 | 72 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.18 |
| HSL | 72.26º | 0.6% | 0.55% | - |
| HSV(B) | 72.26º | 0.66% | 0.82% | - |
| XYZ | 43.03 | 55.89 | 14.65 | - |
| YUV | 185.01 | 64.22 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 209 | 72 | 0.13 | 0 | 0.66 | 0.18 | 72.26 | 0.6 | 0.55 |
| Hex | B5 | D1 | 48 | D | 0 | 42 | 12 | 48 | 3C | 37 |
| Octal | 265 | 321 | 110 | 15 | 0 | 102 | 22 | 110 | 74 | 67 |
| Binary | 10110101 | 11010001 | 1001000 | 1101 | 0 | 1000010 | 10010 | 1001000 | 111100 | 110111 |
Color Harmonies of #B5D148
Complementary color
Monochromatic Colors of #B5D148
Black with #B5D148
Text Example
Text Example
White with #B5D148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D148; }
p { color: rgb(181,209,72); }
H1.HeaderClassName
{
color: #B5D148;
}
.AnyTagClassName
{
color: #B5D148;
}
</style>
background-color css
<style>
a { background-color: #B5D148; }
a { background-color: rgb(181,209,72); }
div.DivClassName
{
background-color: #B5D148;
}
.BgClassName
{
background-color: #B5D148;
}
</style>
border-color css
<style>
span { border-color: #B5D148; }
span { border-color: rgb(181,209,72); }
td.TdClassName
{
border-color: #B5D148;
}
.TagClassName
{
border-color: #B5D148;
}
</style>