Shades of Conifer #BFFD54
Tints of Conifer #BFFD54
RGB
CMYK
RGB Variations
Color information
#BFFD54 (or 0xBFFD54) is known color: Conifer. HEX triplet: BF, FD and 54. RGB value is (191,253,84). Sum of RGB (Red+Green+Blue) = 191+253+84=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 84 (33.20% from 255 or 15.91% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFD54 is #4002AB. Grayscale: #D7D7D7. Windows color (decimal): -4194988 or 5569983. OLE color: 5569983.
HSL color Cylindrical-coordinate representation of color #BFFD54: hue angle of 82.01º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFFD54 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 84 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.01 |
| HSL | 82.01º | 0.98% | 0.66% | - |
| HSV(B) | 82.01º | 0.67% | 0.99% | - |
| XYZ | 58.21 | 81.97 | 21.14 | - |
| YUV | 215.2 | 53.96 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 84 | 0.25 | 0 | 0.67 | 0.01 | 82.01 | 0.98 | 0.66 |
| Hex | BF | FD | 54 | 19 | 0 | 43 | 1 | 52 | 62 | 42 |
| Octal | 277 | 375 | 124 | 31 | 0 | 103 | 1 | 122 | 142 | 102 |
| Binary | 10111111 | 11111101 | 1010100 | 11001 | 0 | 1000011 | 1 | 1010010 | 1100010 | 1000010 |
Color Harmonies of #BFFD54
Complementary color
Monochromatic Colors of #BFFD54
Black with #BFFD54
Text Example
Text Example
White with #BFFD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFD54; }
p { color: rgb(191,253,84); }
H1.HeaderClassName
{
color: #BFFD54;
}
.AnyTagClassName
{
color: #BFFD54;
}
</style>
background-color css
<style>
a { background-color: #BFFD54; }
a { background-color: rgb(191,253,84); }
div.DivClassName
{
background-color: #BFFD54;
}
.BgClassName
{
background-color: #BFFD54;
}
</style>
border-color css
<style>
span { border-color: #BFFD54; }
span { border-color: rgb(191,253,84); }
td.TdClassName
{
border-color: #BFFD54;
}
.TagClassName
{
border-color: #BFFD54;
}
</style>