Shades of Conifer #BFF045
Tints of Conifer #BFF045
RGB
CMYK
RGB Variations
Color information
#BFF045 (or 0xBFF045) is known color: Conifer. HEX triplet: BF, F0 and 45. RGB value is (191,240,69). Sum of RGB (Red+Green+Blue) = 191+240+69=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF045 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF045 is #400FBA. Grayscale: #CECECE. Windows color (decimal): -4198331 or 4583615. OLE color: 4583615.
HSL color Cylindrical-coordinate representation of color #BFF045: hue angle of 77.19º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFF045 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 69 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.06 |
| HSL | 77.19º | 0.85% | 0.61% | - |
| HSV(B) | 77.19º | 0.71% | 0.94% | - |
| XYZ | 53.72 | 73.83 | 17.05 | - |
| YUV | 205.86 | 50.77 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 69 | 0.20 | 0 | 0.71 | 0.06 | 77.19 | 0.85 | 0.61 |
| Hex | BF | F0 | 45 | 14 | 0 | 47 | 6 | 4D | 55 | 3D |
| Octal | 277 | 360 | 105 | 24 | 0 | 107 | 6 | 115 | 125 | 75 |
| Binary | 10111111 | 11110000 | 1000101 | 10100 | 0 | 1000111 | 110 | 1001101 | 1010101 | 111101 |
Color Harmonies of #BFF045
Complementary color
Monochromatic Colors of #BFF045
Black with #BFF045
Text Example
Text Example
White with #BFF045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF045; }
p { color: rgb(191,240,69); }
H1.HeaderClassName
{
color: #BFF045;
}
.AnyTagClassName
{
color: #BFF045;
}
</style>
background-color css
<style>
a { background-color: #BFF045; }
a { background-color: rgb(191,240,69); }
div.DivClassName
{
background-color: #BFF045;
}
.BgClassName
{
background-color: #BFF045;
}
</style>
border-color css
<style>
span { border-color: #BFF045; }
span { border-color: rgb(191,240,69); }
td.TdClassName
{
border-color: #BFF045;
}
.TagClassName
{
border-color: #BFF045;
}
</style>