Shades of Conifer #BFFD59
Tints of Conifer #BFFD59
RGB
CMYK
RGB Variations
Color information
#BFFD59 (or 0xBFFD59) is known color: Conifer. HEX triplet: BF, FD and 59. RGB value is (191,253,89). Sum of RGB (Red+Green+Blue) = 191+253+89=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 89 (35.16% from 255 or 16.70% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFD59 is #4002A6. Grayscale: #D8D8D8. Windows color (decimal): -4194983 or 5897663. OLE color: 5897663.
HSL color Cylindrical-coordinate representation of color #BFFD59: hue angle of 82.68º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFFD59 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 89 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.01 |
| HSL | 82.68º | 0.98% | 0.67% | - |
| HSV(B) | 82.68º | 0.65% | 0.99% | - |
| XYZ | 58.41 | 82.05 | 22.21 | - |
| YUV | 215.77 | 56.46 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 89 | 0.25 | 0 | 0.65 | 0.01 | 82.68 | 0.98 | 0.67 |
| Hex | BF | FD | 59 | 19 | 0 | 41 | 1 | 53 | 62 | 43 |
| Octal | 277 | 375 | 131 | 31 | 0 | 101 | 1 | 123 | 142 | 103 |
| Binary | 10111111 | 11111101 | 1011001 | 11001 | 0 | 1000001 | 1 | 1010011 | 1100010 | 1000011 |
Color Harmonies of #BFFD59
Complementary color
Monochromatic Colors of #BFFD59
Black with #BFFD59
Text Example
Text Example
White with #BFFD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFD59; }
p { color: rgb(191,253,89); }
H1.HeaderClassName
{
color: #BFFD59;
}
.AnyTagClassName
{
color: #BFFD59;
}
</style>
background-color css
<style>
a { background-color: #BFFD59; }
a { background-color: rgb(191,253,89); }
div.DivClassName
{
background-color: #BFFD59;
}
.BgClassName
{
background-color: #BFFD59;
}
</style>
border-color css
<style>
span { border-color: #BFFD59; }
span { border-color: rgb(191,253,89); }
td.TdClassName
{
border-color: #BFFD59;
}
.TagClassName
{
border-color: #BFFD59;
}
</style>