Shades of Conifer #BFF354
Tints of Conifer #BFF354
RGB
CMYK
RGB Variations
Color information
#BFF354 (or 0xBFF354) is known color: Conifer. HEX triplet: BF, F3 and 54. RGB value is (191,243,84). Sum of RGB (Red+Green+Blue) = 191+243+84=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 84 (33.20% from 255 or 16.22% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF354 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF354 is #400CAB. Grayscale: #D1D1D1. Windows color (decimal): -4197548 or 5567423. OLE color: 5567423.
HSL color Cylindrical-coordinate representation of color #BFF354: hue angle of 79.62º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFF354 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 84 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.05 |
| HSL | 79.62º | 0.87% | 0.64% | - |
| HSV(B) | 79.62º | 0.65% | 0.95% | - |
| XYZ | 55.14 | 75.82 | 20.12 | - |
| YUV | 209.33 | 57.27 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 84 | 0.21 | 0 | 0.65 | 0.05 | 79.62 | 0.87 | 0.64 |
| Hex | BF | F3 | 54 | 15 | 0 | 41 | 5 | 50 | 57 | 40 |
| Octal | 277 | 363 | 124 | 25 | 0 | 101 | 5 | 120 | 127 | 100 |
| Binary | 10111111 | 11110011 | 1010100 | 10101 | 0 | 1000001 | 101 | 1010000 | 1010111 | 1000000 |
Color Harmonies of #BFF354
Complementary color
Monochromatic Colors of #BFF354
Black with #BFF354
Text Example
Text Example
White with #BFF354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF354; }
p { color: rgb(191,243,84); }
H1.HeaderClassName
{
color: #BFF354;
}
.AnyTagClassName
{
color: #BFF354;
}
</style>
background-color css
<style>
a { background-color: #BFF354; }
a { background-color: rgb(191,243,84); }
div.DivClassName
{
background-color: #BFF354;
}
.BgClassName
{
background-color: #BFF354;
}
</style>
border-color css
<style>
span { border-color: #BFF354; }
span { border-color: rgb(191,243,84); }
td.TdClassName
{
border-color: #BFF354;
}
.TagClassName
{
border-color: #BFF354;
}
</style>