Shades of Conifer #BDFD51
Tints of Conifer #BDFD51
RGB
CMYK
RGB Variations
Color information
#BDFD51 (or 0xBDFD51) is known color: Conifer. HEX triplet: BD, FD and 51. RGB value is (189,253,81). Sum of RGB (Red+Green+Blue) = 189+253+81=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 81 (32.03% from 255 or 15.49% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFD51 is #4202AE. Grayscale: #D6D6D6. Windows color (decimal): -4326063 or 5373373. OLE color: 5373373.
HSL color Cylindrical-coordinate representation of color #BDFD51: hue angle of 82.33º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDFD51 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 81 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.01 |
| HSL | 82.33º | 0.98% | 0.65% | - |
| HSV(B) | 82.33º | 0.68% | 0.99% | - |
| XYZ | 57.6 | 81.66 | 20.51 | - |
| YUV | 214.26 | 52.8 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 81 | 0.25 | 0 | 0.68 | 0.01 | 82.33 | 0.98 | 0.65 |
| Hex | BD | FD | 51 | 19 | 0 | 44 | 1 | 52 | 62 | 41 |
| Octal | 275 | 375 | 121 | 31 | 0 | 104 | 1 | 122 | 142 | 101 |
| Binary | 10111101 | 11111101 | 1010001 | 11001 | 0 | 1000100 | 1 | 1010010 | 1100010 | 1000001 |
Color Harmonies of #BDFD51
Complementary color
Monochromatic Colors of #BDFD51
Black with #BDFD51
Text Example
Text Example
White with #BDFD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFD51; }
p { color: rgb(189,253,81); }
H1.HeaderClassName
{
color: #BDFD51;
}
.AnyTagClassName
{
color: #BDFD51;
}
</style>
background-color css
<style>
a { background-color: #BDFD51; }
a { background-color: rgb(189,253,81); }
div.DivClassName
{
background-color: #BDFD51;
}
.BgClassName
{
background-color: #BDFD51;
}
</style>
border-color css
<style>
span { border-color: #BDFD51; }
span { border-color: rgb(189,253,81); }
td.TdClassName
{
border-color: #BDFD51;
}
.TagClassName
{
border-color: #BDFD51;
}
</style>