Shades of Conifer #BDF057
Tints of Conifer #BDF057
RGB
CMYK
RGB Variations
Color information
#BDF057 (or 0xBDF057) is known color: Conifer. HEX triplet: BD, F0 and 57. RGB value is (189,240,87). Sum of RGB (Red+Green+Blue) = 189+240+87=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 87 (34.38% from 255 or 16.86% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF057 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF057 is #420FA8. Grayscale: #CFCFCF. Windows color (decimal): -4329385 or 5763261. OLE color: 5763261.
HSL color Cylindrical-coordinate representation of color #BDF057: hue angle of 80º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDF057 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 87 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.06 |
| HSL | 80º | 0.84% | 0.64% | - |
| HSV(B) | 80º | 0.64% | 0.94% | - |
| XYZ | 53.87 | 73.83 | 20.43 | - |
| YUV | 207.31 | 60.1 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 87 | 0.21 | 0 | 0.64 | 0.06 | 80 | 0.84 | 0.64 |
| Hex | BD | F0 | 57 | 15 | 0 | 40 | 6 | 50 | 54 | 40 |
| Octal | 275 | 360 | 127 | 25 | 0 | 100 | 6 | 120 | 124 | 100 |
| Binary | 10111101 | 11110000 | 1010111 | 10101 | 0 | 1000000 | 110 | 1010000 | 1010100 | 1000000 |
Color Harmonies of #BDF057
Complementary color
Monochromatic Colors of #BDF057
Black with #BDF057
Text Example
Text Example
White with #BDF057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF057; }
p { color: rgb(189,240,87); }
H1.HeaderClassName
{
color: #BDF057;
}
.AnyTagClassName
{
color: #BDF057;
}
</style>
background-color css
<style>
a { background-color: #BDF057; }
a { background-color: rgb(189,240,87); }
div.DivClassName
{
background-color: #BDF057;
}
.BgClassName
{
background-color: #BDF057;
}
</style>
border-color css
<style>
span { border-color: #BDF057; }
span { border-color: rgb(189,240,87); }
td.TdClassName
{
border-color: #BDF057;
}
.TagClassName
{
border-color: #BDF057;
}
</style>