Shades of Conifer #BFF748
Tints of Conifer #BFF748
RGB
CMYK
RGB Variations
Color information
#BFF748 (or 0xBFF748) is known color: Conifer. HEX triplet: BF, F7 and 48. RGB value is (191,247,72). Sum of RGB (Red+Green+Blue) = 191+247+72=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF748 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF748 is #4008B7. Grayscale: #D2D2D2. Windows color (decimal): -4196536 or 4782015. OLE color: 4782015.
HSL color Cylindrical-coordinate representation of color #BFF748: hue angle of 79.2º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFF748 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 72 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.03 |
| HSL | 79.2º | 0.92% | 0.63% | - |
| HSV(B) | 79.2º | 0.71% | 0.97% | - |
| XYZ | 55.92 | 78.07 | 18.25 | - |
| YUV | 210.31 | 49.95 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 72 | 0.23 | 0 | 0.71 | 0.03 | 79.2 | 0.92 | 0.63 |
| Hex | BF | F7 | 48 | 17 | 0 | 47 | 3 | 4F | 5C | 3F |
| Octal | 277 | 367 | 110 | 27 | 0 | 107 | 3 | 117 | 134 | 77 |
| Binary | 10111111 | 11110111 | 1001000 | 10111 | 0 | 1000111 | 11 | 1001111 | 1011100 | 111111 |
Color Harmonies of #BFF748
Complementary color
Monochromatic Colors of #BFF748
Black with #BFF748
Text Example
Text Example
White with #BFF748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF748; }
p { color: rgb(191,247,72); }
H1.HeaderClassName
{
color: #BFF748;
}
.AnyTagClassName
{
color: #BFF748;
}
</style>
background-color css
<style>
a { background-color: #BFF748; }
a { background-color: rgb(191,247,72); }
div.DivClassName
{
background-color: #BFF748;
}
.BgClassName
{
background-color: #BFF748;
}
</style>
border-color css
<style>
span { border-color: #BFF748; }
span { border-color: rgb(191,247,72); }
td.TdClassName
{
border-color: #BFF748;
}
.TagClassName
{
border-color: #BFF748;
}
</style>