Shades of Conifer #BDF659
Tints of Conifer #BDF659
RGB
CMYK
RGB Variations
Color information
#BDF659 (or 0xBDF659) is known color: Conifer. HEX triplet: BD, F6 and 59. RGB value is (189,246,89). Sum of RGB (Red+Green+Blue) = 189+246+89=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 89 (35.16% from 255 or 16.98% from 524); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF659 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF659 is #4209A6. Grayscale: #D3D3D3. Windows color (decimal): -4327847 or 5895869. OLE color: 5895869.
HSL color Cylindrical-coordinate representation of color #BDF659: hue angle of 81.78º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDF659 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 89 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.04 |
| HSL | 81.78º | 0.9% | 0.66% | - |
| HSV(B) | 81.78º | 0.64% | 0.96% | - |
| XYZ | 55.75 | 77.45 | 21.46 | - |
| YUV | 211.06 | 59.12 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 89 | 0.23 | 0 | 0.64 | 0.04 | 81.78 | 0.9 | 0.66 |
| Hex | BD | F6 | 59 | 17 | 0 | 40 | 4 | 52 | 5A | 42 |
| Octal | 275 | 366 | 131 | 27 | 0 | 100 | 4 | 122 | 132 | 102 |
| Binary | 10111101 | 11110110 | 1011001 | 10111 | 0 | 1000000 | 100 | 1010010 | 1011010 | 1000010 |
Color Harmonies of #BDF659
Complementary color
Monochromatic Colors of #BDF659
Black with #BDF659
Text Example
Text Example
White with #BDF659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF659; }
p { color: rgb(189,246,89); }
H1.HeaderClassName
{
color: #BDF659;
}
.AnyTagClassName
{
color: #BDF659;
}
</style>
background-color css
<style>
a { background-color: #BDF659; }
a { background-color: rgb(189,246,89); }
div.DivClassName
{
background-color: #BDF659;
}
.BgClassName
{
background-color: #BDF659;
}
</style>
border-color css
<style>
span { border-color: #BDF659; }
span { border-color: rgb(189,246,89); }
td.TdClassName
{
border-color: #BDF659;
}
.TagClassName
{
border-color: #BDF659;
}
</style>