Shades of Conifer #BDF054
Tints of Conifer #BDF054
RGB
CMYK
RGB Variations
Color information
#BDF054 (or 0xBDF054) is known color: Conifer. HEX triplet: BD, F0 and 54. RGB value is (189,240,84). Sum of RGB (Red+Green+Blue) = 189+240+84=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 84 (33.20% from 255 or 16.37% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF054 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF054 is #420FAB. Grayscale: #CFCFCF. Windows color (decimal): -4329388 or 5566653. OLE color: 5566653.
HSL color Cylindrical-coordinate representation of color #BDF054: hue angle of 79.62º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDF054 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 84 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.06 |
| HSL | 79.62º | 0.84% | 0.64% | - |
| HSV(B) | 79.62º | 0.65% | 0.94% | - |
| XYZ | 53.75 | 73.78 | 19.8 | - |
| YUV | 206.97 | 58.6 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 84 | 0.21 | 0 | 0.65 | 0.06 | 79.62 | 0.84 | 0.64 |
| Hex | BD | F0 | 54 | 15 | 0 | 41 | 6 | 50 | 54 | 40 |
| Octal | 275 | 360 | 124 | 25 | 0 | 101 | 6 | 120 | 124 | 100 |
| Binary | 10111101 | 11110000 | 1010100 | 10101 | 0 | 1000001 | 110 | 1010000 | 1010100 | 1000000 |
Color Harmonies of #BDF054
Complementary color
Monochromatic Colors of #BDF054
Black with #BDF054
Text Example
Text Example
White with #BDF054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF054; }
p { color: rgb(189,240,84); }
H1.HeaderClassName
{
color: #BDF054;
}
.AnyTagClassName
{
color: #BDF054;
}
</style>
background-color css
<style>
a { background-color: #BDF054; }
a { background-color: rgb(189,240,84); }
div.DivClassName
{
background-color: #BDF054;
}
.BgClassName
{
background-color: #BDF054;
}
</style>
border-color css
<style>
span { border-color: #BDF054; }
span { border-color: rgb(189,240,84); }
td.TdClassName
{
border-color: #BDF054;
}
.TagClassName
{
border-color: #BDF054;
}
</style>