Shades of Conifer #BFFF54
Tints of Conifer #BFFF54
RGB
CMYK
RGB Variations
Color information
#BFFF54 (or 0xBFFF54) is known color: Conifer. HEX triplet: BF, FF and 54. RGB value is (191,255,84). Sum of RGB (Red+Green+Blue) = 191+255+84=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 84 (33.20% from 255 or 15.85% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFF54 is #4000AB. Grayscale: #D8D8D8. Windows color (decimal): -4194476 or 5570495. OLE color: 5570495.
HSL color Cylindrical-coordinate representation of color #BFFF54: hue angle of 82.46º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFFF54 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 84 | - |
| CMYK | 0.25 | 0 | 0.67 | 0 |
| HSL | 82.46º | 1% | 0.66% | - |
| HSV(B) | 82.46º | 0.67% | 1% | - |
| XYZ | 58.85 | 83.24 | 21.35 | - |
| YUV | 216.37 | 53.3 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 84 | 0.25 | 0 | 0.67 | 0 | 82.46 | 1 | 0.66 |
| Hex | BF | FF | 54 | 19 | 0 | 43 | 0 | 52 | 64 | 42 |
| Octal | 277 | 377 | 124 | 31 | 0 | 103 | 0 | 122 | 144 | 102 |
| Binary | 10111111 | 11111111 | 1010100 | 11001 | 0 | 1000011 | 0 | 1010010 | 1100100 | 1000010 |
Color Harmonies of #BFFF54
Complementary color
Monochromatic Colors of #BFFF54
Black with #BFFF54
Text Example
Text Example
White with #BFFF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF54; }
p { color: rgb(191,255,84); }
H1.HeaderClassName
{
color: #BFFF54;
}
.AnyTagClassName
{
color: #BFFF54;
}
</style>
background-color css
<style>
a { background-color: #BFFF54; }
a { background-color: rgb(191,255,84); }
div.DivClassName
{
background-color: #BFFF54;
}
.BgClassName
{
background-color: #BFFF54;
}
</style>
border-color css
<style>
span { border-color: #BFFF54; }
span { border-color: rgb(191,255,84); }
td.TdClassName
{
border-color: #BFFF54;
}
.TagClassName
{
border-color: #BFFF54;
}
</style>