Shades of Conifer #BDF851
Tints of Conifer #BDF851
RGB
CMYK
RGB Variations
Color information
#BDF851 (or 0xBDF851) is known color: Conifer. HEX triplet: BD, F8 and 51. RGB value is (189,248,81). Sum of RGB (Red+Green+Blue) = 189+248+81=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 81 (32.03% from 255 or 15.64% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF851 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF851 is #4207AE. Grayscale: #D3D3D3. Windows color (decimal): -4327343 or 5372093. OLE color: 5372093.
HSL color Cylindrical-coordinate representation of color #BDF851: hue angle of 81.2º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDF851 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 81 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.03 |
| HSL | 81.2º | 0.92% | 0.65% | - |
| HSV(B) | 81.2º | 0.67% | 0.97% | - |
| XYZ | 56.04 | 78.55 | 19.99 | - |
| YUV | 211.32 | 54.45 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 81 | 0.24 | 0 | 0.67 | 0.03 | 81.2 | 0.92 | 0.65 |
| Hex | BD | F8 | 51 | 18 | 0 | 43 | 3 | 51 | 5C | 41 |
| Octal | 275 | 370 | 121 | 30 | 0 | 103 | 3 | 121 | 134 | 101 |
| Binary | 10111101 | 11111000 | 1010001 | 11000 | 0 | 1000011 | 11 | 1010001 | 1011100 | 1000001 |
Color Harmonies of #BDF851
Complementary color
Monochromatic Colors of #BDF851
Black with #BDF851
Text Example
Text Example
White with #BDF851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF851; }
p { color: rgb(189,248,81); }
H1.HeaderClassName
{
color: #BDF851;
}
.AnyTagClassName
{
color: #BDF851;
}
</style>
background-color css
<style>
a { background-color: #BDF851; }
a { background-color: rgb(189,248,81); }
div.DivClassName
{
background-color: #BDF851;
}
.BgClassName
{
background-color: #BDF851;
}
</style>
border-color css
<style>
span { border-color: #BDF851; }
span { border-color: rgb(189,248,81); }
td.TdClassName
{
border-color: #BDF851;
}
.TagClassName
{
border-color: #BDF851;
}
</style>