Shades of Conifer #B5DF46
Tints of Conifer #B5DF46
RGB
CMYK
RGB Variations
Color information
#B5DF46 (or 0xB5DF46) is known color: Conifer. HEX triplet: B5, DF and 46. RGB value is (181,223,70). Sum of RGB (Red+Green+Blue) = 181+223+70=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DF46 is #4A20B9. Grayscale: #C1C1C1. Windows color (decimal): -4858042 or 4644789. OLE color: 4644789.
HSL color Cylindrical-coordinate representation of color #B5DF46: hue angle of 76.47º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5DF46 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 70 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.13 |
| HSL | 76.47º | 0.71% | 0.57% | - |
| HSV(B) | 76.47º | 0.69% | 0.87% | - |
| XYZ | 46.55 | 63.04 | 15.51 | - |
| YUV | 193 | 58.59 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 70 | 0.19 | 0 | 0.69 | 0.13 | 76.47 | 0.71 | 0.57 |
| Hex | B5 | DF | 46 | 13 | 0 | 45 | D | 4C | 47 | 39 |
| Octal | 265 | 337 | 106 | 23 | 0 | 105 | 15 | 114 | 107 | 71 |
| Binary | 10110101 | 11011111 | 1000110 | 10011 | 0 | 1000101 | 1101 | 1001100 | 1000111 | 111001 |
Color Harmonies of #B5DF46
Complementary color
Monochromatic Colors of #B5DF46
Black with #B5DF46
Text Example
Text Example
White with #B5DF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DF46; }
p { color: rgb(181,223,70); }
H1.HeaderClassName
{
color: #B5DF46;
}
.AnyTagClassName
{
color: #B5DF46;
}
</style>
background-color css
<style>
a { background-color: #B5DF46; }
a { background-color: rgb(181,223,70); }
div.DivClassName
{
background-color: #B5DF46;
}
.BgClassName
{
background-color: #B5DF46;
}
</style>
border-color css
<style>
span { border-color: #B5DF46; }
span { border-color: rgb(181,223,70); }
td.TdClassName
{
border-color: #B5DF46;
}
.TagClassName
{
border-color: #B5DF46;
}
</style>