Shades of Conifer #BFF145
Tints of Conifer #BFF145
RGB
CMYK
RGB Variations
Color information
#BFF145 (or 0xBFF145) is known color: Conifer. HEX triplet: BF, F1 and 45. RGB value is (191,241,69). Sum of RGB (Red+Green+Blue) = 191+241+69=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 69 (27.34% from 255 or 13.77% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF145 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF145 is #400EBA. Grayscale: #CFCFCF. Windows color (decimal): -4198075 or 4583871. OLE color: 4583871.
HSL color Cylindrical-coordinate representation of color #BFF145: hue angle of 77.44º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFF145 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 69 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.05 |
| HSL | 77.44º | 0.86% | 0.61% | - |
| HSV(B) | 77.44º | 0.71% | 0.95% | - |
| XYZ | 54.02 | 74.42 | 17.15 | - |
| YUV | 206.44 | 50.44 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 69 | 0.21 | 0 | 0.71 | 0.05 | 77.44 | 0.86 | 0.61 |
| Hex | BF | F1 | 45 | 15 | 0 | 47 | 5 | 4D | 56 | 3D |
| Octal | 277 | 361 | 105 | 25 | 0 | 107 | 5 | 115 | 126 | 75 |
| Binary | 10111111 | 11110001 | 1000101 | 10101 | 0 | 1000111 | 101 | 1001101 | 1010110 | 111101 |
Color Harmonies of #BFF145
Complementary color
Monochromatic Colors of #BFF145
Black with #BFF145
Text Example
Text Example
White with #BFF145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF145; }
p { color: rgb(191,241,69); }
H1.HeaderClassName
{
color: #BFF145;
}
.AnyTagClassName
{
color: #BFF145;
}
</style>
background-color css
<style>
a { background-color: #BFF145; }
a { background-color: rgb(191,241,69); }
div.DivClassName
{
background-color: #BFF145;
}
.BgClassName
{
background-color: #BFF145;
}
</style>
border-color css
<style>
span { border-color: #BFF145; }
span { border-color: rgb(191,241,69); }
td.TdClassName
{
border-color: #BFF145;
}
.TagClassName
{
border-color: #BFF145;
}
</style>