Shades of Conifer #BDF050
Tints of Conifer #BDF050
RGB
CMYK
RGB Variations
Color information
#BDF050 (or 0xBDF050) is known color: Conifer. HEX triplet: BD, F0 and 50. RGB value is (189,240,80). Sum of RGB (Red+Green+Blue) = 189+240+80=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF050 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF050 is #420FAF. Grayscale: #CFCFCF. Windows color (decimal): -4329392 or 5304509. OLE color: 5304509.
HSL color Cylindrical-coordinate representation of color #BDF050: hue angle of 79.12º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDF050 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 80 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.06 |
| HSL | 79.13º | 0.84% | 0.63% | - |
| HSV(B) | 79.13º | 0.67% | 0.94% | - |
| XYZ | 53.59 | 73.72 | 18.99 | - |
| YUV | 206.51 | 56.6 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 80 | 0.21 | 0 | 0.67 | 0.06 | 79.13 | 0.84 | 0.63 |
| Hex | BD | F0 | 50 | 15 | 0 | 43 | 6 | 4F | 54 | 3F |
| Octal | 275 | 360 | 120 | 25 | 0 | 103 | 6 | 117 | 124 | 77 |
| Binary | 10111101 | 11110000 | 1010000 | 10101 | 0 | 1000011 | 110 | 1001111 | 1010100 | 111111 |
Color Harmonies of #BDF050
Complementary color
Monochromatic Colors of #BDF050
Black with #BDF050
Text Example
Text Example
White with #BDF050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF050; }
p { color: rgb(189,240,80); }
H1.HeaderClassName
{
color: #BDF050;
}
.AnyTagClassName
{
color: #BDF050;
}
</style>
background-color css
<style>
a { background-color: #BDF050; }
a { background-color: rgb(189,240,80); }
div.DivClassName
{
background-color: #BDF050;
}
.BgClassName
{
background-color: #BDF050;
}
</style>
border-color css
<style>
span { border-color: #BDF050; }
span { border-color: rgb(189,240,80); }
td.TdClassName
{
border-color: #BDF050;
}
.TagClassName
{
border-color: #BDF050;
}
</style>