Shades of Conifer #BFF554
Tints of Conifer #BFF554
RGB
CMYK
RGB Variations
Color information
#BFF554 (or 0xBFF554) is known color: Conifer. HEX triplet: BF, F5 and 54. RGB value is (191,245,84). Sum of RGB (Red+Green+Blue) = 191+245+84=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF554 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF554 is #400AAB. Grayscale: #D3D3D3. Windows color (decimal): -4197036 or 5567935. OLE color: 5567935.
HSL color Cylindrical-coordinate representation of color #BFF554: hue angle of 80.12º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFF554 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 84 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.04 |
| HSL | 80.12º | 0.89% | 0.65% | - |
| HSV(B) | 80.12º | 0.66% | 0.96% | - |
| XYZ | 55.74 | 77.02 | 20.32 | - |
| YUV | 210.5 | 56.61 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 84 | 0.22 | 0 | 0.66 | 0.04 | 80.12 | 0.89 | 0.65 |
| Hex | BF | F5 | 54 | 16 | 0 | 42 | 4 | 50 | 59 | 41 |
| Octal | 277 | 365 | 124 | 26 | 0 | 102 | 4 | 120 | 131 | 101 |
| Binary | 10111111 | 11110101 | 1010100 | 10110 | 0 | 1000010 | 100 | 1010000 | 1011001 | 1000001 |
Color Harmonies of #BFF554
Complementary color
Monochromatic Colors of #BFF554
Black with #BFF554
Text Example
Text Example
White with #BFF554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF554; }
p { color: rgb(191,245,84); }
H1.HeaderClassName
{
color: #BFF554;
}
.AnyTagClassName
{
color: #BFF554;
}
</style>
background-color css
<style>
a { background-color: #BFF554; }
a { background-color: rgb(191,245,84); }
div.DivClassName
{
background-color: #BFF554;
}
.BgClassName
{
background-color: #BFF554;
}
</style>
border-color css
<style>
span { border-color: #BFF554; }
span { border-color: rgb(191,245,84); }
td.TdClassName
{
border-color: #BFF554;
}
.TagClassName
{
border-color: #BFF554;
}
</style>