Shades of Conifer #BDF451
Tints of Conifer #BDF451
RGB
CMYK
RGB Variations
Color information
#BDF451 (or 0xBDF451) is known color: Conifer. HEX triplet: BD, F4 and 51. RGB value is (189,244,81). Sum of RGB (Red+Green+Blue) = 189+244+81=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 244 (95.70% from 255 or 47.47% from 514); Blue value is 81 (32.03% from 255 or 15.76% from 514); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF451 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF451 is #420BAE. Grayscale: #D1D1D1. Windows color (decimal): -4328367 or 5371069. OLE color: 5371069.
HSL color Cylindrical-coordinate representation of color #BDF451: hue angle of 80.25º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDF451 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 81 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.04 |
| HSL | 80.25º | 0.88% | 0.64% | - |
| HSV(B) | 80.25º | 0.67% | 0.96% | - |
| XYZ | 54.82 | 76.11 | 19.59 | - |
| YUV | 208.97 | 55.78 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 81 | 0.23 | 0 | 0.67 | 0.04 | 80.25 | 0.88 | 0.64 |
| Hex | BD | F4 | 51 | 17 | 0 | 43 | 4 | 50 | 58 | 40 |
| Octal | 275 | 364 | 121 | 27 | 0 | 103 | 4 | 120 | 130 | 100 |
| Binary | 10111101 | 11110100 | 1010001 | 10111 | 0 | 1000011 | 100 | 1010000 | 1011000 | 1000000 |
Color Harmonies of #BDF451
Complementary color
Monochromatic Colors of #BDF451
Black with #BDF451
Text Example
Text Example
White with #BDF451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF451; }
p { color: rgb(189,244,81); }
H1.HeaderClassName
{
color: #BDF451;
}
.AnyTagClassName
{
color: #BDF451;
}
</style>
background-color css
<style>
a { background-color: #BDF451; }
a { background-color: rgb(189,244,81); }
div.DivClassName
{
background-color: #BDF451;
}
.BgClassName
{
background-color: #BDF451;
}
</style>
border-color css
<style>
span { border-color: #BDF451; }
span { border-color: rgb(189,244,81); }
td.TdClassName
{
border-color: #BDF451;
}
.TagClassName
{
border-color: #BDF451;
}
</style>