Shades of Conifer #BDF259
Tints of Conifer #BDF259
RGB
CMYK
RGB Variations
Color information
#BDF259 (or 0xBDF259) is known color: Conifer. HEX triplet: BD, F2 and 59. RGB value is (189,242,89). Sum of RGB (Red+Green+Blue) = 189+242+89=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 89 (35.16% from 255 or 17.12% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF259 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF259 is #420DA6. Grayscale: #D1D1D1. Windows color (decimal): -4328871 or 5894845. OLE color: 5894845.
HSL color Cylindrical-coordinate representation of color #BDF259: hue angle of 80.78º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDF259 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 89 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.05 |
| HSL | 80.78º | 0.85% | 0.65% | - |
| HSV(B) | 80.78º | 0.63% | 0.95% | - |
| XYZ | 54.54 | 75.04 | 21.06 | - |
| YUV | 208.71 | 60.44 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 89 | 0.22 | 0 | 0.63 | 0.05 | 80.78 | 0.85 | 0.65 |
| Hex | BD | F2 | 59 | 16 | 0 | 3F | 5 | 51 | 55 | 41 |
| Octal | 275 | 362 | 131 | 26 | 0 | 77 | 5 | 121 | 125 | 101 |
| Binary | 10111101 | 11110010 | 1011001 | 10110 | 0 | 111111 | 101 | 1010001 | 1010101 | 1000001 |
Color Harmonies of #BDF259
Complementary color
Monochromatic Colors of #BDF259
Black with #BDF259
Text Example
Text Example
White with #BDF259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF259; }
p { color: rgb(189,242,89); }
H1.HeaderClassName
{
color: #BDF259;
}
.AnyTagClassName
{
color: #BDF259;
}
</style>
background-color css
<style>
a { background-color: #BDF259; }
a { background-color: rgb(189,242,89); }
div.DivClassName
{
background-color: #BDF259;
}
.BgClassName
{
background-color: #BDF259;
}
</style>
border-color css
<style>
span { border-color: #BDF259; }
span { border-color: rgb(189,242,89); }
td.TdClassName
{
border-color: #BDF259;
}
.TagClassName
{
border-color: #BDF259;
}
</style>