Shades of Conifer #BDF155
Tints of Conifer #BDF155
RGB
CMYK
RGB Variations
Color information
#BDF155 (or 0xBDF155) is known color: Conifer. HEX triplet: BD, F1 and 55. RGB value is (189,241,85). Sum of RGB (Red+Green+Blue) = 189+241+85=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF155 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF155 is #420EAA. Grayscale: #D0D0D0. Windows color (decimal): -4329131 or 5632445. OLE color: 5632445.
HSL color Cylindrical-coordinate representation of color #BDF155: hue angle of 80º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDF155 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 85 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.05 |
| HSL | 80º | 0.85% | 0.64% | - |
| HSV(B) | 80º | 0.65% | 0.95% | - |
| XYZ | 54.08 | 74.39 | 20.1 | - |
| YUV | 207.67 | 58.77 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 85 | 0.22 | 0 | 0.65 | 0.05 | 80 | 0.85 | 0.64 |
| Hex | BD | F1 | 55 | 16 | 0 | 41 | 5 | 50 | 55 | 40 |
| Octal | 275 | 361 | 125 | 26 | 0 | 101 | 5 | 120 | 125 | 100 |
| Binary | 10111101 | 11110001 | 1010101 | 10110 | 0 | 1000001 | 101 | 1010000 | 1010101 | 1000000 |
Color Harmonies of #BDF155
Complementary color
Monochromatic Colors of #BDF155
Black with #BDF155
Text Example
Text Example
White with #BDF155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF155; }
p { color: rgb(189,241,85); }
H1.HeaderClassName
{
color: #BDF155;
}
.AnyTagClassName
{
color: #BDF155;
}
</style>
background-color css
<style>
a { background-color: #BDF155; }
a { background-color: rgb(189,241,85); }
div.DivClassName
{
background-color: #BDF155;
}
.BgClassName
{
background-color: #BDF155;
}
</style>
border-color css
<style>
span { border-color: #BDF155; }
span { border-color: rgb(189,241,85); }
td.TdClassName
{
border-color: #BDF155;
}
.TagClassName
{
border-color: #BDF155;
}
</style>