Shades of Conifer #BDF751
Tints of Conifer #BDF751
RGB
CMYK
RGB Variations
Color information
#BDF751 (or 0xBDF751) is known color: Conifer. HEX triplet: BD, F7 and 51. RGB value is (189,247,81). Sum of RGB (Red+Green+Blue) = 189+247+81=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 81 (32.03% from 255 or 15.67% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF751 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF751 is #4208AE. Grayscale: #D3D3D3. Windows color (decimal): -4327599 or 5371837. OLE color: 5371837.
HSL color Cylindrical-coordinate representation of color #BDF751: hue angle of 80.96º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDF751 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 81 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.03 |
| HSL | 80.96º | 0.91% | 0.64% | - |
| HSV(B) | 80.96º | 0.67% | 0.97% | - |
| XYZ | 55.73 | 77.93 | 19.89 | - |
| YUV | 210.73 | 54.78 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 81 | 0.23 | 0 | 0.67 | 0.03 | 80.96 | 0.91 | 0.64 |
| Hex | BD | F7 | 51 | 17 | 0 | 43 | 3 | 51 | 5B | 40 |
| Octal | 275 | 367 | 121 | 27 | 0 | 103 | 3 | 121 | 133 | 100 |
| Binary | 10111101 | 11110111 | 1010001 | 10111 | 0 | 1000011 | 11 | 1010001 | 1011011 | 1000000 |
Color Harmonies of #BDF751
Complementary color
Monochromatic Colors of #BDF751
Black with #BDF751
Text Example
Text Example
White with #BDF751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF751; }
p { color: rgb(189,247,81); }
H1.HeaderClassName
{
color: #BDF751;
}
.AnyTagClassName
{
color: #BDF751;
}
</style>
background-color css
<style>
a { background-color: #BDF751; }
a { background-color: rgb(189,247,81); }
div.DivClassName
{
background-color: #BDF751;
}
.BgClassName
{
background-color: #BDF751;
}
</style>
border-color css
<style>
span { border-color: #BDF751; }
span { border-color: rgb(189,247,81); }
td.TdClassName
{
border-color: #BDF751;
}
.TagClassName
{
border-color: #BDF751;
}
</style>