Shades of Conifer #BDF651
Tints of Conifer #BDF651
RGB
CMYK
RGB Variations
Color information
#BDF651 (or 0xBDF651) is known color: Conifer. HEX triplet: BD, F6 and 51. RGB value is (189,246,81). Sum of RGB (Red+Green+Blue) = 189+246+81=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 81 (32.03% from 255 or 15.70% from 516); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF651 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF651 is #4209AE. Grayscale: #D2D2D2. Windows color (decimal): -4327855 or 5371581. OLE color: 5371581.
HSL color Cylindrical-coordinate representation of color #BDF651: hue angle of 80.73º degrees, saturation: 0.9, 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 #BDF651 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 81 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.04 |
| HSL | 80.73º | 0.9% | 0.64% | - |
| HSV(B) | 80.73º | 0.67% | 0.96% | - |
| XYZ | 55.43 | 77.32 | 19.79 | - |
| YUV | 210.15 | 55.12 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 81 | 0.23 | 0 | 0.67 | 0.04 | 80.73 | 0.9 | 0.64 |
| Hex | BD | F6 | 51 | 17 | 0 | 43 | 4 | 51 | 5A | 40 |
| Octal | 275 | 366 | 121 | 27 | 0 | 103 | 4 | 121 | 132 | 100 |
| Binary | 10111101 | 11110110 | 1010001 | 10111 | 0 | 1000011 | 100 | 1010001 | 1011010 | 1000000 |
Color Harmonies of #BDF651
Complementary color
Monochromatic Colors of #BDF651
Black with #BDF651
Text Example
Text Example
White with #BDF651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF651; }
p { color: rgb(189,246,81); }
H1.HeaderClassName
{
color: #BDF651;
}
.AnyTagClassName
{
color: #BDF651;
}
</style>
background-color css
<style>
a { background-color: #BDF651; }
a { background-color: rgb(189,246,81); }
div.DivClassName
{
background-color: #BDF651;
}
.BgClassName
{
background-color: #BDF651;
}
</style>
border-color css
<style>
span { border-color: #BDF651; }
span { border-color: rgb(189,246,81); }
td.TdClassName
{
border-color: #BDF651;
}
.TagClassName
{
border-color: #BDF651;
}
</style>